Least Squares SolutionsCovers least squares solutions for linear systems using matrix operations and normal systems, illustrated with examples.
Linear Regression BasicsIntroduces the basics of linear regression, covering OLS approach, residuals, hat matrix, and Gauss-Markov assumptions.
Linear RegressionIntroduces linear regression, covering line fitting, training, gradients, and multivariate functions, with practical examples like face completion and age prediction.
Linear RegressionCovers linear regression for estimating train speed using least squares and regularization.
Multi-linear regressionCovers the concept of multi-linear regression and the least squares method for model fitting.