+ 2
Which language is use in maachine learning and why?
3 Answers
+ 8
Python, for its universality and great multitude of handy, free open-source libraries.
+ 3
python is standard for deep learning and AI in general.
+ 1
The core of a lot of machine learning libraries are written in high performance/lower level languages such C, C++, and with CUDA or the equivalent. Many of the libraries are bounded/wrapped for higher level languages such as Python for simplicity and appealing to a bigger crowd. (Data scientists for example.)