Which language are most efficient for machine learning? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Which language are most efficient for machine learning?

4th Feb 2018, 1:19 AM
PREMMARAN G
PREMMARAN G - avatar
11 Answers
4th Feb 2018, 1:32 AM
Vukan
Vukan - avatar
+ 5
If you choose C++: http://mlpack.org/benchmarks.html Although judging by best answer I can assume you’re using Python. I don’t believe that Python is a good choice for AI because that will often involve voice recognition and going through massive amounts of information to find the best answer, and that requires speed. For right now, machine learning is a relatively new development, but it will grow incredibly quickly due to high demand, and computers won’t be fast enough in the future. To deal with this bottle neck, the logical solution would be a faster language. It doesn’t necessarily have to be C++, just has to not be as absurdly slow as Python. Not to mention, Python is dynamically typed, which is good for learning because it is much simpler than statically typed languages, but it is also implicit instead of explicit, which is basically toxic to large projects. Data types are very important.
4th Feb 2018, 3:50 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 5
thank you for your answer buddy
4th Feb 2018, 4:30 AM
PREMMARAN G
PREMMARAN G - avatar
+ 4
Tq vukan.,😊
4th Feb 2018, 1:34 AM
PREMMARAN G
PREMMARAN G - avatar
+ 3
,👍
4th Feb 2018, 2:34 AM
PREMMARAN G
PREMMARAN G - avatar
+ 3
👍😊
4th Feb 2018, 10:56 AM
PREMMARAN G
PREMMARAN G - avatar
+ 2
bhai
18th Feb 2018, 6:11 AM
Nandha Kumar
Nandha Kumar - avatar
+ 1
I think it's phyton 😃😃
4th Feb 2018, 10:52 AM
Ujjwal Kumar
Ujjwal Kumar - avatar
17th Feb 2018, 4:20 PM
PRAKATHI R
PRAKATHI R - avatar
+ 1
s bhai
18th Feb 2018, 6:43 AM
PREMMARAN G
PREMMARAN G - avatar
15th Mar 2018, 3:20 PM
Siddharth Chouksey
Siddharth Chouksey - avatar