What is the best modules for machine learning ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the best modules for machine learning ?

28th May 2021, 2:33 AM
Dhanes Raj Muthu
Dhanes Raj Muthu - avatar
5 Answers
+ 5
28th May 2021, 3:32 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
Good question, I wish to understand this better too. I think NumPy and its modules are one of the most used for machine learning. The "best" module for you will be whichever one is most suitable towards your programming project's needs. Furthermore, there's also the math module available in the Python Standard Libary.
28th May 2021, 2:39 AM
Nova
Nova - avatar
0
Thanks .
28th May 2021, 2:59 AM
Dhanes Raj Muthu
Dhanes Raj Muthu - avatar
0
Numpy is not for machine learning, but you should learn it as well as pandas and matplotlib.pyplot before you go on to ML. For ML start with scikit learn. Depending on your needs you may need or want to go on to other modules later on.
28th May 2021, 6:45 AM
Simon Sauter
Simon Sauter - avatar
0
To get a start you can take these courses here on SL: Python for Data Science Data Science Machine Learning
28th May 2021, 6:49 AM
Simon Sauter
Simon Sauter - avatar