This lecture covers Ridge Regression, a method to handle multicollinearity in linear models by adding a 'ridge' to the design matrix. It standardizes the design matrix and replaces ZT Z by ZTZ+AI to stabilize inversion. The lecture also discusses the shrinkage viewpoint of Ridge Regression, the bias and variance tradeoff, and the LASSO method as a relaxation of best subsets selection.