Regression
Ridge Regression
This is used for preventing the overfitting in data. They simply use the regularization with the regression cost function. So new cost function for ridge regression:-
Lasso Regression
This is used for preventing the overfitting in data. They simply use the regularization with the regression cost function. The difference they have with Ridge regression is just in the way they apply regularisation. In the lasso, they use regularisation:
Last updated