Explain the difference between Lasso and Ridge?

2 years ago
Machine Learning

Lasso(L1) and Ridge(L2) are the regularization techniques where we penalize the coefficients to find the optimum solution. In ridge, the penalty function is defined by the sum of the squares of the coefficients and for the Lasso, we penalize the sum of the absolute values of the coefficients. Another type of regularization method is ElasticNet, it is a hybrid penalizing function of both lasso and ridge. 

0
Sanisha Maharjan
Jan 12, 2022
More related questions

Questions Bank

View all Questions