Multiple Linear Regression
Regression analysis in supervised machine learning, from Simple Linear Regression to Multiple Linear Regression, with the mathematics stated plainly and a worked implementation predicting grades from study hours. Covers the assumptions the model rests on, how the coefficients are fitted and read, and how to tell a fit that generalises from one that only looks good.