Pergunta de entrevista da empresa IBM

How to prevent over-fitting?

Respostas da entrevista

Sigiloso

12 de set. de 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

Sigiloso

3 de nov. de 2016

Regularization, test out of sample

5