Question d’entretien chez IBM

How to prevent over-fitting?

Réponses aux questions d'entretien

Utilisateur anonyme

12 sept. 2017

1) get more training data 2) using weight decay to limit capacity of the model 3) using early-stopping 4) using cross-validation 5) average many different models 6) drop-out

1

Utilisateur anonyme

3 nov. 2016

Regularization, test out of sample

5