Give me a proper guide how to get started in machine learning. After learning python. is that really we need to be gud at math? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Give me a proper guide how to get started in machine learning. After learning python. is that really we need to be gud at math?

I'm bad at math. Help me!

9th Dec 2018, 3:43 PM
Murali Krishnan
Murali Krishnan - avatar
5 Answers
+ 4
Machine learning is heavily based on linear algebra. You'll be handling giant matrices all the time and even deal with n-dimensional vector rooms. You can't do machine learning without NumPy. SciPy might help, too, it's based on NumPy and offers some further algebraic functions. Another huge part is statistics. You need to know about mean errors, standard deviations, variances, probabilities and likelihoods. Basically every machine learning algorithm is a statistical model (linear regression, linear/quadratic discriminant analysis,...) Most of those models are already implemented in the module SciKit-Learn, but you should at least know the concepts behind them so you know when to use which model. The major part of machine learning isn't implementing algorithms, but understanding the data. PyPlot will help you, as you can't understand your data without looking at it in different graphs.
10th Dec 2018, 3:05 AM
Chris
Chris - avatar
+ 2
I don't know anything beyond high level concepts on machine learning. However, this seems to imply more math than I care to deal with and I was good with math. https://gwthomas.github.io/docs/math4ml.pdf
10th Dec 2018, 2:23 AM
John Wells
John Wells - avatar
10th Dec 2018, 2:26 AM
John Wells
John Wells - avatar
0
why did visual pradaimm
10th Dec 2018, 3:07 PM
Ḿổḩảḿḿẻď Ấḿiň
Ḿổḩảḿḿẻď Ấḿiň - avatar
0
did you print system out print class text pacij
10th Dec 2018, 3:08 PM
Ḿổḩảḿḿẻď Ấḿiň
Ḿổḩảḿḿẻď Ấḿiň - avatar