How can set a target value of a error of 0.001 between my target values, output values of trained neural network?
1 view (last 30 days)
Show older comments
PRAVEEN REDDY KANTHALA
on 30 May 2017
Commented: PRAVEEN REDDY KANTHALA
on 31 May 2017
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?
0 Comments
Accepted Answer
Greg Heath
on 31 May 2017
Edited: Greg Heath
on 31 May 2017
msegoal = 0.001*mean(var(target',1))
This results in a Rsquare of 99.9%
Hope this helps.
Greg
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!