Home / Bridges / Math Foundations → Machine Learning
Bridge: Math Foundations → Machine Learning
Bridge 1 of 7 · See how Gradient Descent evolves into Linear Regression
Key Insight
Gradient Descent from Math module is the exact same algorithm used to train Linear Regression. The only difference is the loss function: in Math you minimized an abstract function, in ML you minimize prediction error on real data.