Lasso regression

From Rice Wiki
Revision as of 18:48, 15 April 2024 by Rice (talk | contribs) (Created page with "'''Regularization (aka. Lasso Regression)''' is a regression model with an additional term called the ''regularizer''. The motive for this model is to discourage overfitting. = Regularizer = The '''regularizer''' <math>\lambda</math> is an additional term to the loss function that penalizes higher order terms. <math>\lambda \sum \left| w_j \right|</math>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Regularization (aka. Lasso Regression) is a regression model with an additional term called the regularizer. The motive for this model is to discourage overfitting.

Regularizer

The regularizer is an additional term to the loss function that penalizes higher order terms.