yoonkim / CNN_sentence

CNNs for sentence classification
2.05k stars 827 forks source link

Dealing with overfitting #34

Open igorbpf opened 7 years ago

igorbpf commented 7 years ago

Does anyone know how overfitting was dealt? I read something about early stopping at 3.1 section, but I get overfitting at second epoch of training using the hyperparameters specified in the article. Is that correct?

hkhatod commented 6 years ago

regularization: l2 or dropout or both.