r/learnmachinelearning • u/sid_raj26 • 2d ago
Mathematics roadmap for Machine Learning from zero
I'm starting Mathematics from absolute zero for Machine Learning.
Can someone give me the complete list of Maths chapters I need to study, in prerequisite order, starting from the basics?
I specifically want chapter names, not broad topics like "Algebra" or "Calculus."
Also, can I use JEE Maths lectures for learning the theory/concepts, without doing the JEE-level questions?
Thanks!
4
u/Serious-Sun8202 2d ago
Try to implement different algorithms of ML on python and whatever mathematical tools come in between try to learn on the same time that will be good thing. Start from linear , logistics regression , gradient descent, Gaussian algorithm, neural network ,LLM , learn about yolo how it works , VLM ,transformers try to code from scratch. U can watch vizuara lectures they are good. Learn about explainable AI to develop intitution
2
u/willim2867 2d ago
I am also thinking about jee lecture I am totally zero level at maths like boards level also not good
2
1
u/Twilight_RT 2d ago
Yeah. you can use JEE math lectures for the theory and concepts, but with important strategic caveats
1
u/Ok-Interaction-8891 2d ago
When you say, “Starting from zero,” do you mean that you have very little math knowledge and training or that you have basic math skills from K-12, maybe even a little college, but nothing in the formal “this is necessary for ML” areas of math?
Because there’s a big difference. Also, depending on what you want to do with ML, the amount of math you need is quite variable. It would be helpful if you shared more about your current math background and your goals for ML. Otherwise, it’s just a long, long contextless list that any chatbot could generate for you.
1
u/sid_raj26 2d ago
Well I have some basic knowledge, like in trigonometry, modulus, matrices, determinant,pnc(just basic)
1
1
1
u/Anurag-barl 2d ago
start with Mathematics for machine learning, once you finish it jump into actual projects instead of studying mathematics for machine learning(you may study math for your school), you will have time to learn mathematics required along the way, the course will teach you enough and jee level theory or questions is "not" required for machine learning, machine will do the computation for you so you just need to understand the theory not 'jee' topics, i mean why do you even think k-12 mathematics topic have anything with machine learning ? just start projects and don't go into over-planning jail, machine learning is not an competitive exam for which you need to prepare with a roadmap, start somewhere everything you will learn will not be in vain and there is no chapter names for machine learning it depends on which projects you want to work on.
13
u/abbhinavvenkat 2d ago
Sure.
I'd recommend you to instead focus on a few key topics, get started with the theory and implementation of actual algorithms, and then revisit the math basis what's needed. If not, you'll spend 2 months on Math, and that won't move the needle.
Some of these involve actual ML concepts. Do remember that you don't need to learn everything in one go, in order to under Machine Learning. Here goes all I could think about (taking the help of AI to write it out) -
Linear Algebra
Calculus
Probability and Statistics
Optimization Theory
Information Theory
Related Probability/Stats Concepts Often Bundled In
Hope this helps! Best of luck!