neural network analysis and modelling

Hello Sirs,
I am new at using Matlab. Though, I find the help and documentation very instructive; I have made tremendous progress in the of nnftool but the problem I have is fetching out the equation from the analysis.
Helpf contributions are welcome to get an equation that relates the inputs to the output/target.
Thanking you all.

 채택된 답변

Greg Heath
Greg Heath 2013년 7월 10일

0 개 추천

1. Obtain the weights IW,b1,LW and b2 from the net.
2. Normalize x and t to get xn and tn
yn = repmat(b2,1,N)+ LW*tansig(repmat(b1,1,N)+IW*xn);
2. Unnormalize yn to get y

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by