yoonkim / CNN_sentence

CNNs for sentence classification
2.05k stars 826 forks source link

lets check your model for over fitting per this paper many models have over fitting #15

Open Sandy4321 opened 8 years ago

Sandy4321 commented 8 years ago

new drop out for embeddings layer : conventional drop outs leads to overfititng http://arxiv.org/abs/1512.05287 A Theoretically Grounded Application of Dropout in Recurrent Neural Networks

Yarin Ga