Machine Learning
22 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
Dropout
Regularization randomly deactivating neurons during training
Backpropagation
Algorithm computing gradients for neural network weight updates
K-Means
Partitioning data into k clusters by updating centroids
Semi-Supervised Learning
Combining small labeled datasets with large unlabeled data
Multi-Task Learning
Training one model for multiple related tasks simultaneously
Active Learning
Algorithm selecting most informative data points for labeling