What languages should I know for learning Artificial intelligence and Machine learning? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What languages should I know for learning Artificial intelligence and Machine learning?

Hi everyone, I am an accountant but recently got fascinated by AI and Machine learning. Which languages would you recommend to learn in order to enter the field. Currently I am going through a Python course here on Sololearn, but maybe there are other languages I should start learning after it. Thank you in advance

16th Jun 2017, 10:22 PM
Eriks R Eriksons
Eriks R Eriksons - avatar
2 Answers
+ 11
I am not an expert, but surely Python might be the best choice in this case and this channel covers a lot of arguments about the Python uses in AI. Take a look here: https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A Javascript in Machine Learning? Here the answer: https://www.sololearn.com/discuss/453056/?ref=app @Neicore well done, but please add the original source of your answer: http://www.infoworld.com/article/3186599/artificial-intelligence/the-5-best-programming-languages-for-ai-development.html
16th Jun 2017, 10:26 PM
Maz
Maz - avatar
+ 3
Python is one of the most widely used programming languages in the AI field of Artificial Intelligence thanks to its simplicity. It can seamlessly be used with the data structures and other frequently used AI algorithms Java is also a good choice as it offers an easy way to code algorithms, and AI is full of algorithms The Lisp language is mostly used in the Machine Learning/ ILP sub-field because of its usability and symbolic structure Prolog is one of those programming languages for some basic mechanisms, which can be extremely useful for AI programming C++ is the fastest programming language in the world therefore C++ is extremely useful for AI projects, which are time-sensitive.  for more you can visit https://en.m.wikipedia.org/wiki/List_of_programming_languages_for_artificial_intelligence
16th Jun 2017, 10:36 PM
Raz
Raz - avatar