How to detect overfitting in neural network?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone,
I am using matlab neural network for function fitting and I want to understand if there is an overfitting or not. Can these graphs tell me whether there is an overfitting or not?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1368579/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1368584/image.png)
0 Commenti
Risposta accettata
Chunru
il 28 Apr 2023
It looks that the overfitting is not occuring in your case since the validation performance still keep improving.
Overfitting occurs when training performance is still improving while validation performance becomes worse.
For your case, both training and validation performances are still improving (error reducing) so you can keep training the model for further performance improvement.
The "best" (circle on green curve) shows that the latest model is the best. Thus there is still room for further improvement.
0 Commenti
Più risposte (0)
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!