How to identify overfitting or underfitting in ANN model?

조회 수: 8 (최근 30일)
Rahul Verma
Rahul Verma 2024년 8월 28일
편집: Piyush Kumar 2024년 8월 28일
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.

채택된 답변

Piyush Kumar
Piyush Kumar 2024년 8월 28일
편집: Piyush Kumar 2024년 8월 28일
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".

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by