+ 2
Which language is efficient for machine learning?
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.
+ 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.
+ 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!!
+ 1
oh thanks a lott
0
c++ and python..
as i know
0
Python is used the most.
Then comes c++, followed close by Java.
Preferation depends on the use-case.
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