Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
In nprtool, after performing training there is a testing section in which there are two dropdown ,one for input and one for target. Why is the target dropdown in testing section? There should be only input dropdown and the net should give the output
조회 수: 1 (최근 30일)
이전 댓글 표시
In nprtool, after performing training there is a testing section in which there are two dropdown, one for input and one for target. Why is the target dropdown in testing section? There should be only input dropdown and the net should give the output.
댓글 수: 0
답변 (1개)
Greg Heath
2017년 7월 6일
How do you know the output is acceptable?
I would use either
0 <= NMSE = mse(output - target)/mean(var(target',1)) <= 1
or
1 >= Rsquare = 1 - NMSE >= 0
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!