How to identify overfitting or underfitting in ANN model?

5 vues (au cours des 30 derniers jours)
Rahul Verma
Rahul Verma le 28 Août 2024
Modifié(e) : Piyush Kumar le 28 Août 2024
I have simulated ANN model and also obtained the R values corresponding to training, testing, validation and all data. Now how can i scientifically identify that model is overfitted or underfitted?
Is there any scientific criteria for this.
Kindly help.

Réponse acceptée

Piyush Kumar
Piyush Kumar le 28 Août 2024
Modifié(e) : Piyush Kumar le 28 Août 2024
Identifying overfitting and underfitting in an Artificial Neural Network (ANN) model involves analyzing the model’s performance on training, validation, and test datasets.
Indicators of Overfitting and Underfitting -
  1. High Training Accuracy, Low Validation/Test Accuracy: If the model shows significantly higher accuracy on the training set compared to the validation or test set, it is likely overfitting.
  2. Low Training and Validation/Test Accuracy: If the model performs poorly on both the training and validation/test sets, it is likely underfitting.
Methods to detect Overfitting and Underfitting -
  • Learning Curves: Check this medium article that describes how to use "Learning Curve to identify Overfitting and Underfitting in a model".

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by