can anyone say this is overfitting or not using this plot???
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

OVERFITTING OR NOT ???
0 Commenti
Risposte (1)
Raunak Gupta
il 17 Mar 2020
Hi,
Since the validation loss is not changing a lot so the model is in a plateau. Either it reached the maximum accuracy that can be achieved, or it is in local minima. I suggest checking it with higher learning rate at later epochs so that if the model is in local minimum it can come out of it. You can schedule the learning rate in trainingOptions with ‘LearnRateDropPeriod’ and ‘LearnRateDropFactor’ if using trainNetwork.
0 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!