필터 지우기
필터 지우기

Train and simulation of neural network

조회 수: 1 (최근 30일)
AFAQ AHMAD
AFAQ AHMAD 2015년 5월 18일
답변: Greg Heath 2015년 5월 19일
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

채택된 답변

Greg Heath
Greg Heath 2015년 5월 19일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by