In the context of the Bias-Variance tradeoff, which specific regularization technique—Lasso (L1) or Ridge (L2)—is mathematically capable of forcing the coefficients of irrelevant features to become exactly zero?
Lasso (L1) regularization is the specific technique mathematically capable of forcing the coefficients of irrelevant features to become exactly zero. Regularization is a process used in machine learning to prevent overfitting, which occurs when a model learns noise in the data rather than the underlying pattern, by adding a penalty term to the model's loss function based on the size of its coefficients. Lasso stands for Least Absolute Shrinkage and Sel....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.