Pergunta de entrevista da empresa Hinge

What is regularization in machine learning?

Resposta da entrevista

Sigiloso

1 de set. de 2020

Regularization is a way to prevent overfitting by adding a penalty function to the loss function of a machine learning algorithm. For example in the case of a logistic regression, one might add a L1 or L2 regularization which penalizes the loss function when coefficients are either driven to zero or to smaller values to prevent the model from becoming overly complex.

1