Regularization method that tends to cause all but one parameter to be set to 0 during the process of loss minimization. Useful for reducing dimensionality of a model
See Desmos demo for why the above happens
Related
- This lasso term effectively minimizes the coefficients for any feature
- is the number of parameters
- Effectively uses the L1 norm on each parameter
- This term is added to the loss function