How to know if ANN is giving good results?

6 次查看(过去 30 天)
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.

采纳的回答

Shreeya
Shreeya 2023-12-7
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by