Pregunta de entrevista de TP

How will you address the overfitting problem of a machine learning model?

Respuesta de la entrevista

Anónimo

7 ene 2022

Use regularization, dropout, ensemble methods (bagging or boosting), or simply use a simpler network.