How can set a target value of a error of 0.001 between my target values, output values of trained neural network?

6 次查看(过去 30 天)
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?

采纳的回答

Greg Heath
Greg Heath 2017-5-31
编辑:Greg Heath 2017-5-31
msegoal = 0.001*mean(var(target',1))
This results in a Rsquare of 99.9%
Hope this helps.
Greg
  1 个评论
PRAVEEN REDDY KANTHALA
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by