lasso
Lasso is a regression analysis technique to perform both variable selection as well as model regularization.
Lasso tries to fit a linear model as follows: Where:
- N = input dimensionality
- = input variables i = 1 … N
- = model parameters i = 0 … N
- = the output
Criterion used to find model paramters is minimizing subject to Where:
- M = number of input samples
- s = a hyper-parameter to control regularization, which is often derived through cross-validation
See also: regularization cross-validation hyper-parameters
AKA: least absolute shrinkage and selection operator
References: