Why machine learning based exactly on Phyton? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why machine learning based exactly on Phyton?

7th Nov 2020, 12:47 AM
Victoria Soldatova
Victoria Soldatova - avatar
10 Answers
+ 5
You're wrong. You can write macheine learning algorithm on any programming languege. Furthermore you can use R or java and ... . I think R is better than python. It has much more and better corelation expriments , prediction and forecasting moudoles and functions .
7th Nov 2020, 1:01 AM
Mohsen Abbaspour
Mohsen Abbaspour - avatar
+ 2
Thank you😊
7th Nov 2020, 10:31 AM
Victoria Soldatova
Victoria Soldatova - avatar
+ 2
Thank u guys)
7th Nov 2020, 1:18 PM
Victoria Soldatova
Victoria Soldatova - avatar
+ 2
The reason is that python has robust ML libraries implemented in C or C++ that dors the heavy lifting - tensor calculations etc. using multple cores or GPUs. The only thing left for python is to hook these library calls up. Your ML program probably spends 99% of its time in the optimized libraries and the less efficient python code has little effect on performance. On the other hand, since python is interpreted, it is very easy to make quick changes to your code, and since ML is all about experimenting with different solutions, this ability to make quick changes fits the problem very well.
8th Nov 2020, 3:53 PM
Udi Finkelstein
Udi Finkelstein - avatar
+ 2
Because its beginner friendly and has a lot of libraries for ML. With that said, like 90 percent of the ML research papers out there contribute nothing to the progress of the field. They are just for getting a Phd behind their name.
8th Nov 2020, 6:26 PM
Ben Meehan
Ben Meehan - avatar
+ 1
But as u guys here we study a Machine learning course based commonly on Phyton and some more. So can u tell me where can I study it in more large way. With all deep stones and points? I would be happy if someone answer 😊
7th Nov 2020, 10:38 AM
Victoria Soldatova
Victoria Soldatova - avatar
+ 1
Here we have important basics.But if U want learn more use kaggle.com. see notebooks be precise and try to make your own notebook better. Learn statistics and math. There is no where that learn U compeletly.
7th Nov 2020, 10:56 AM
Mohsen Abbaspour
Mohsen Abbaspour - avatar
+ 1
Machine learning is a type of artificial intelligence (AI) that provides computers with the ability to learn without being explicitly programmed. Machine learning focuses on the development of Computer Programs that can change when exposed to new data.  My personal opinion Yet you want to learn about ML then you fisrt learn about p ython basic . Python has many libraries , we can implement easily in any program and Python language understand to easily by user . And where , Less lines can to write any program. So use python in ml
8th Nov 2020, 6:34 AM
Sanu Bose
Sanu Bose - avatar
+ 1
Free and Large area programming ml and any, great learning Website or app , data cham and edx ,coursera
8th Nov 2020, 6:41 AM
Sanu Bose
Sanu Bose - avatar
+ 1
Well, the python is robust language, it can solve nearly 10 lines of other code in 1 line. No doubt, the python future is leading the intelligence programming, because pythonist found to evolve in AI and ML.
8th Nov 2020, 2:40 PM
GEN
GEN - avatar