How to know if ANN is giving good results?

1 vue (au cours des 30 derniers jours)
Sunita
Sunita le 5 Déc 2023
The ANN's R value appears satisfactory, yet the performance curve doesn't seem favorable. Can someone clarify what this indicates? Any assistance would be appreciated.

Réponse acceptée

Shreeya
Shreeya le 7 Déc 2023
A good R2 score but the model not performing well on testing data may be an indicator of overfitting. You can try the below mentioned steps to improve the model performance.
  • Train the model on more features/predictors.
  • Data augmentation to generate more training data.
  • Regularization.
You can refer to the link below to understand more about regularization:
To understand more about overfitting and avoiding it, you can refer to the link below

Plus de réponses (0)

Catégories

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by