Which are the other languages used in artificial intelligence rather than python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which are the other languages used in artificial intelligence rather than python.

What are the other languages used in the development of artificial intelligence rather than python.

3rd Feb 2018, 11:42 AM
Ayush sharma
Ayush sharma - avatar
5 Answers
+ 10
AI at its core is just matrix transformations, so practically any language able to do that may be used no problem :) That said, try Julia or R for ready-made solutions, or C++ for speed.
3rd Feb 2018, 1:11 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 7
Lisp and Prolog
3rd Feb 2018, 11:54 AM
Yeoh HS
Yeoh HS - avatar
+ 5
Here’s a way to get started in C++: http://mlpack.org/benchmarks.html And here is why you should choose C++: https://www.sololearn.com/Discuss/280672/?ref=app
3rd Feb 2018, 1:41 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 2
You can use Java or C++ but I think python has just very nice and comprehensive libraries for machine learning and ai. I believe go from Google is another option but less known.
3rd Feb 2018, 11:55 AM
Marco Polidori
Marco Polidori - avatar
+ 2
R
3rd Feb 2018, 5:03 PM
Shixiang Wang
Shixiang Wang - avatar