Train and simulation of neural network

1 Ansicht (letzte 30 Tage)
AFAQ AHMAD
AFAQ AHMAD am 18 Mai 2015
Beantwortet: Greg Heath am 19 Mai 2015
HI.... I have following questions?
1-I train my NN in nntool and get the weights and bias values. Then using the nntool i simulates some values and get very close results up 95%. But when I use these values and develop the same network with activation functions on my excel sheet i dont get the same simulated result.
2-How can I introduce 2 hidden layers in nntool?
3-I have this freedom in newff...but in some literature it mention that newff is old one use nntool,please help in this matter?
Best Regards

Akzeptierte Antwort

Greg Heath
Greg Heath am 19 Mai 2015
Yes, NEWFF and it's special cases NEWFIT and NEWPR have been obsolete since 2010b. However, they still can be used.
It would be preferable, if you have them, to use the current functions (Special cases FITNET and PATTERNNET that call FEEDFORWARDNET)
Details on use can be obtained using the HELP and DOC commands.
Typically, the inability to match computer results, given the weights, is because the default MINMAX NORMALIZATION of the input and target AND MINMAX DENORMALIZATION of the output are not taken into account.
You can probably find examples by searching the NEWSGROUP and ANSWERS including MINMAX and/or NORMALIZATION and/or DENORMALIZATION as search words. Also consider using
help minmax
doc minmax
Hope this helps.
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by