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

Which language is efficient for machine learning?

28th Feb 2018, 3:45 AM
Sayan Banerjee
Sayan Banerjee - avatar
8 Answers
+ 3
I recently started studying machine learning and tried to implement a python example in java and trust me, python is way easier: shorter and clean syntax, generic data types and last but not least, python has modules I think they're called, which include methods for matrix operations, very easy to use, unlike java which couldn't find any similar method, had to make them myself. Not to mention that java is a little slow compared to other languages.
28th Feb 2018, 5:10 AM
voidneo
+ 3
https://www.sololearn.com/discuss/1113743/?ref=app Python is probably best for machine learning! In the post, I list some resources to learn AI.
3rd Mar 2018, 11:28 PM
Erik Umble
Erik Umble - avatar
+ 1
@noname Thanks for your answer. can u plz suggest me some Python guides or references so that i can begin my journey in machine learning!!
28th Feb 2018, 5:13 AM
Sayan Banerjee
Sayan Banerjee - avatar
+ 1
oh thanks a lott
28th Feb 2018, 5:44 AM
Sayan Banerjee
Sayan Banerjee - avatar
0
c++ and python.. as i know
28th Feb 2018, 4:30 AM
Kunal Kumar
Kunal Kumar - avatar
28th Feb 2018, 4:33 AM
vasu
vasu - avatar
0
Python is used the most. Then comes c++, followed close by Java. Preferation depends on the use-case.
28th Feb 2018, 4:50 AM
Alex
Alex - avatar
0
Sure, sololearn has a few articles about it https://www.sololearn.com/learn/714/?ref=app when you finish it, follow the related ones, at the end theres a python implementation of a neuron, seems like a good start
28th Feb 2018, 5:23 AM
voidneo