Chapter 15: Regularisation

Regularization is a vital tool in machine learning to prevent overfitting and foster generalization ability. This chapter introduces the concept of regularization and discusses common regularization techniques in more depth.

§15.01: Introduction



§15.02: Ridge Regression



§15.03: LASSO Regression



§15.04: LASSO vs Ridge Regression



§15.05: Elastic Net and Regularization for GLMs



§15.06: Other Types of Regularisation



§15.07: Non-Linear Models and Structural Risk Minimisation



§15.08: Bayesian Priors



§15.09: Weight Decay and L2



§15.10: Geometry of L2 Regularisation



§15.11: Geometry of L1 Regularisation



§15.12: Early Stopping