Facial-Expression-Recognition
Facial-Expression-Recognition copied to clipboard
I have the problem of overfitting after I trained this model
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.