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 ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by