Sparse RegressionCovers the concept of sparse regression and the use of Gaussian additive noise in the context of MAP estimator and regularization.
Regularization in Machine LearningExplores Ridge and Lasso Regression for regularization in machine learning models, emphasizing hyperparameter tuning and visualization of parameter coefficients.
Model Selection: Least SquaresExplores model selection in least squares regression, addressing multicollinearity challenges and introducing shrinkage techniques.
Geometry of the LassoExplores the geometric explanation of why Lasso solutions are sparse and how coefficients change with the regularization parameter.
Model Building: Linear RegressionExplores model building in linear regression, covering techniques like stepwise regression and ridge regression to address multicollinearity.