rit-ai / kaggle-cancer

https://www.kaggle.com/c/intel-mobileodt-cervical-cancer-screening
1 stars 0 forks source link

Overfitting problem with model #12

Open skrealworld opened 7 years ago

skrealworld commented 7 years ago

Right now model is overfitting by huge margin, we need to investigate why and look for the solutions. Right direction for solutions would be: -Instead of re-training only last layer, retrain more layers. -Add dropout ? -Batch normalization ?