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)
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?

Accepted Answer

Greg Heath
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
  1 Comment
PRAVEEN REDDY KANTHALA
PRAVEEN REDDY KANTHALA on 31 May 2017
What is difference between performance and mse? If both are same,then why I am getting different values for performance when I have a target of 0.001. however the above code sent by you is not creating a error of 0.001. I have tested using a sample data for which I already have outputs.i have found the difference between nn outputs and these outputs but difference is too large up to .6. Am I missing something? Please help.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!