필터 지우기
필터 지우기

Best stopping criteria during nntool training???

조회 수: 2 (최근 30일)
AFAQ AHMAD
AFAQ AHMAD 2015년 7월 13일
댓글: AFAQ AHMAD 2015년 7월 16일
Hi Which is best stooping criteria ,form the following while training the NN,especially in Matlab; 1-min_grad Minimum Gradient Magnitude 2-max_fail Maximum Number of Validation Increases 3-goal Minimum Performance Value 4-epochs Maximum Number of Training Epochs (Iterations) Regards

채택된 답변

Ghada Saleh
Ghada Saleh 2015년 7월 16일
Hi Afaq,
The best stopping criteria is application dependent. For instance:
  1. If your application cares about the speed of the training process, you might want to choose 'epochs: Maximum Number of Training Epochs (Iterations)' as your stopping criteria and set it to a low number.
  2. If the application cares about the accuracy of the training, 'max_fail: Maximum Number of Validation Increases' would be a good choice.
  3. 'min_grad: Minimum Gradient Magnitude and goal: Minimum Performance Value' can be reasonable choices if the efficiency of the algorithm is of importance.
Finally, if you are not sure what is the best stopping criteria for your application, you can simply try them all and compare their performances and then choose the one that best fits your application.
I hope the above information helps.
Ghada
  댓글 수: 1
AFAQ AHMAD
AFAQ AHMAD 2015년 7월 16일
Thanks Dear Ghada...you just clear my confusion. I will follow your instruction and note the performance.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by