Okie so the thing is, how much math should I know in order to understand ML/AI ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Okie so the thing is, how much math should I know in order to understand ML/AI ??

So , should I be very good at math or even if I'm average can I manage to learn and understand MACHINE LEARNING?

24th May 2020, 8:11 AM
Ankith M Kashyap
Ankith M Kashyap - avatar
2 Answers
+ 5
It depends on whether you want to code a Machine Learning algorithm or just to use a developed model for training, or even just to use a trained model. If for coding the ML, here is a good introduction : https://youtu.be/aircAruvnKk If just for using, check TensorFlow: https://www.tensorflow.org/
24th May 2020, 8:13 AM
Gordon
Gordon - avatar
+ 3
You should at least have some basic understanding of functions, linear algebra and matrix notation, probability concepts and statistics (but that can be learned relatively easy). You will then get a general picture and basic rules on which the whole concept is built. Maths *really* helps with machine learning, but in the end this is mostly an applied science - you can be very successful without a PhD in Mathematics ;)
24th May 2020, 8:26 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar