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

1 回表示 (過去 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
PRAVEEN REDDY KANTHALA 2017 年 5 月 31 日
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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by