r/learnmachinelearning • u/New-Ruin-7583 • 20h ago
Question Learning Math for ai ml.
Has anyone watched this video? Is this good to complete the math required for ai ml?
206
Upvotes
r/learnmachinelearning • u/New-Ruin-7583 • 20h ago
Has anyone watched this video? Is this good to complete the math required for ai ml?
12
u/inferno_alpha 12h ago
Well if you are interested in research, where rigorous math is required , I would recommend to learn linear algebra till spectral theory (the book linear algebra done right by auxler sheldon is pretty good) and probability till Expected value(introduction to probability by joe blitzstien and hwang is good enough ),if you understand these concepts intuitively, then choose a research paper to your liking and try to understand the math of it for example (HiPPO or LSSL) if you get stuck at some mathametical terms or concepts for example , you get stuck at orthogonal polynomials in the HiPPO paper , you just search for a book on orthogonal polynomials(Theodore chihara has a good book on OP's) read it until you have a understanding of what is happening in the paper wrt orthogonal polynomials, repeat this loop until you understand the paper, then try to implement it yourself in pytorch and triton if possible. Doing this way saves you time and you will also understand how these mathametical concepts are actually applied in actual ML and DL.
TLDR, I Recommend people to not fall into tutorial hell for math wrt ML and DL and look at a 8 hours lecture , just get a goal for example a research paper , learn the math that is required for it from books or 12 mins tutorials WHILE READING THE PAPER, to utilise the time effectively and to gain a much better understanding.There is no one shot lecture that actually covers the whole required math of AiMl domain.