Max Mu reached problem
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone,
I have a closed loop NARX model for which I am trying to decide on the architecture so apply many 10 runs for hidden node numbers from 1 to Hmax.
While the code runs what I realized was that for (roughly) 9 runs out of 10 the model performance is quite good but for 1 run it says max mu reached so quickly that it terminates training after a few iterations so the model performance is really bad.
What might be the reason for this? I am sure there is no overfitting in other runs. I tried increasing mu_max and decreasing mu_inc they didn't work.
And is it a problem? Because it uses different initial weights every time so what if it does not learn good enough in 1 run. At the end I will use only one of these architectures, why would it be a problem?
Any ideas??
Thank you very much in advance..
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!