Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Greg Heath
am 6 Jul. 2017
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 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!