- Train the model on more features/predictors.
- Data augmentation to generate more training data.
- Regularization.
How to know if ANN is giving good results?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.

0 commentaires
Réponse acceptée
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.
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
0 commentaires
Plus de réponses (0)
Voir également
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!