How to know if ANN is giving good results?

조회 수: 2 (최근 30일)
Sunita
Sunita 2023년 12월 5일
답변: Shreeya 2023년 12월 7일
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에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by