Very high ratio of the Targets / inputs

1 view (last 30 days)
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 Comments
farzad
farzad on 21 Mar 2015
Anyone has had the same experience?
farzad
farzad on 21 Mar 2015
Even when I try with one input one output , and there is too much difference in orders , this problem persists

Sign in to comment.

Accepted Answer

Greg Heath
Greg Heath on 21 Mar 2015
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 Comments
farzad
farzad on 22 Mar 2015
yet no sucsses
is the mapstd work the same as zcore ?
farzad
farzad on 22 Mar 2015
Is there a major difference applying mapstd instead of Zcore ?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!