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!