Answers

Question and Answer:

  Home  Machine Learning Engineer

⟩ Tell us what kind of problems does regularization solve?

Regularization is used to address overfitting problems as it penalizes the loss function by adding a multiple of an L1 (LASSO) or an L2 (Ridge) norm of your weights vector w.

 175 views

More Questions for you: