Why using fitnet is not giving 0.005 error with ENGINE Data set?
Show older comments
I am running the nftool in order to train a neural net using the example data "ENGINE" data set, I am using the same approach used here: mathworks.com/help/nnet/ug/choose-a-multilayer-neural-network-training-function.html#bss4gz0-26 for this data set, but I can not get an MSE less than 300 (and 0.005 is expected). I am using "trainlm" function, I am using a 2-30-2 architecture with "tansig" transfer function, I even tried with 2-50-2, but I can't get a good MSE (I have retrained maaany times). I assume that in the web page they used a simple "fitnet" with the conditions given. Is there something else needed to solve this specific example with an error equal or less to 0.005? I am using MATLAB R2012a.
If you can provide the script with the problem solved I would really appreciate it. Please help!
Thank you
Accepted Answer
More Answers (1)
Greg Heath
on 29 Apr 2014
1 vote
I don't have the slightest idea. It looks like the result of normalization. Contact MATLAB and find out who did it.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!