Machine Learning
132 views
Lasso Regression
Quick Definition
Regularized regression using L1 penalty for feature selection
Full Definition
A regularized regression method using L1 penalty that can shrink some coefficients to zero for feature selection.
Examples
feature selection, sparse models, high-dimensional data
Related Terms
ridge-regression
regularization
feature-selection
More Machine Learning Terms
Decision Tree
Tree-like model splitting data based on feature values
Polynomial Regression
Extending linear models with polynomial features for nonlinear data
Online Learning
Updating models incrementally as new data arrives
Batch Normalization
Normalizing layer inputs to stabilize and speed up training
Machine Learning
AI subset where systems learn patterns from data
Multi-Task Learning
Training one model for multiple related tasks simultaneously