Step by step calculation neural network output
古いコメントを表示
Hi all!
I don't understand what are the different steps for the calculation of a NN output. I tried to do a step-by-step calculation, but i think i missed something: I tried: output = MyTransferFunc( synaptics * input + biases ); But the result is different of output = myneuralnetwork(input);
My question is: why ??
Thanks all !
採用された回答
その他の回答 (1 件)
AlfredLeMark
2013 年 8 月 6 日
0 投票
3 件のコメント
Greg Heath
2013 年 8 月 7 日
All net properties can be obtained via
net = net % NO SEMICOLON
AlfredLeMark
2013 年 8 月 10 日
Greg Heath
2013 年 8 月 12 日
Look and see that MAPMINMAX is a default property. Use help and doc to see what limits that yields.
Also see what happens when MAPMINMAX is replaced by MAPST and ''.
On the other hand, the output data limits may be affected by the output transfer function. For example, if you keep the MAPMINMAX default for the output but specify logsig for the output transfer function, there is a obvious incompatibility. Not sure how that is resolved.
HTH
Greg
カテゴリ
ヘルプ センター および File Exchange で Define Shallow Neural Network Architectures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!