+ 2

Which language is use in maachine learning and why?

20th Oct 2017, 6:39 AM
Kunal Kumar
Kunal Kumar - avatar
3 Answers
+ 8
Python, for its universality and great multitude of handy, free open-source libraries.
20th Oct 2017, 7:04 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 3
python is standard for deep learning and AI in general.
20th Oct 2017, 6:43 AM
Oma Falk
Oma Falk - avatar
+ 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.)
20th Oct 2017, 8:22 AM
aklex
aklex - avatar