0 votes
in Machine Learning by
When does regularization become necessary in Machine Learning?

1 Answer

0 votes
by

Regularization is necessary whenever the model begins to overfit/ underfit. It is a cost term for bringing in more features with the objective function. Hence, it tries to push the coefficients for many variables to zero and reduce cost term. It helps to reduce model complexity so that the model can become better at predicting (generalizing).

...