フィルターのクリア

Very high ratio of the Targets / inputs

1 回表示 (過去 30 日間)
farzad
farzad 2015 年 3 月 20 日
コメント済み: farzad 2015 年 3 月 22 日
Hi All
I have to design a neural network (fitting ) with one input and 7 outputs , that the order of 100 and the outputs in the order of 1e+8 , the Gradient is too big , something like 1e+5 , so the validation stops so early which training method should I use ? or what modification should I apply on the network ? if the solution is mapminmax , how should I roll back to the real quantities of the output as the target was ?
  3 件のコメント
farzad
farzad 2015 年 3 月 21 日
Anyone has had the same experience?
farzad
farzad 2015 年 3 月 21 日
Even when I try with one input one output , and there is too much difference in orders , this problem persists

サインインしてコメントする。

採用された回答

Greg Heath
Greg Heath 2015 年 3 月 21 日
I usually standardize inputs and outputs using ZSCORE (zero mean, unit variance) before training.
Hope this helps.
Thank you for formally accepting my answer
Greg
  5 件のコメント
farzad
farzad 2015 年 3 月 22 日
yet no sucsses
is the mapstd work the same as zcore ?
farzad
farzad 2015 年 3 月 22 日
Is there a major difference applying mapstd instead of Zcore ?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by