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

which language is best for machine learning??

28th Apr 2019, 6:04 AM
Md Shadab Alam
Md Shadab Alam - avatar
1 Answer
0
Python, R, Matlab are considered as most popular languages for ML. R has many libraries pre-installed and it helps us a lot for data visualisation and other stuffs. Python is considered as a general purpose programming language and you have to install modules related to data science before staring. Numpy, Pandas, Matplotlib, Keras, Tensorflow, scipy are some nost used packages for data science. You can install of them once with the use of Anaconda distribution. Both Python and R are interpreted languages - so it helps to do a lot with data without recompiling and running the program again. I don't have much experience with Matlab but it is also considered as a good language for ML stuffs.
28th Apr 2019, 6:22 AM
Seniru
Seniru - avatar