Facial-Expression-Recognition icon indicating copy to clipboard operation
Facial-Expression-Recognition copied to clipboard

I have the problem of overfitting after I trained this model

Open Hathaways opened this issue 6 years ago • 1 comments

2018-05-20 15-23-56

Hathaways avatar May 20 '18 07:05 Hathaways

Yes there is problem of over-fitting in the model if trained for whole 125 epochs.

  • Dropout is used to solve over-fitting but here it is not solving the problem fully .
  • Also tried using regularization of weights to solve it but still got the same problem.

At last I used early stopping to prevent the model to over-fit the training set and still got around same validation and testing accuracy.

Open for other suggestions.

rishabhjainps avatar May 20 '18 14:05 rishabhjainps