Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore multi-dimensional linear regression and polynomial regression techniques in this 81-minute university lecture from the University of Utah's Foundations of Data Analysis course. Learn how to extend simple linear regression to multiple dimensions by transforming input vectors x_i to augmented vectors (1, x_i) = ~x_i, and discover the optimal least-squares solution using the closed-form formula alpha^* = (~X^T ~X)^{-1} ~X^T y. Master polynomial regression by further extending the feature space to include higher-order terms (1, x_i, x_i^2, ..., x_i^p) while applying the same mathematical framework and closed-form solution for parameter estimation.
Syllabus
UofU Foundations of Data Analysis | Spring 2026 | L12: Multi-Linear and Poly Regression
Taught by
UofU Data Science