フィルターのクリア

Derive a Neural Network Equation

3 ビュー (過去 30 日間)
John
John 2017 年 7 月 21 日
回答済み: Greg Heath 2017 年 7 月 23 日
I am trying to determine a way to get the outputs of my neural network equation to match the output from
sim(net,DataI)
Where DataI is just my input matrix.
I know the equation is y = repmat(b2,1,30) + LW*tansig(repmat(b1,1,30) + (IW*DataI));
but when I run this the outputs are different. I assume this is because I have not denormalized my data, but I am struggling to do that.
Best, John

回答 (1 件)

Greg Heath
Greg Heath 2017 年 7 月 23 日
https://www.mathworks.com/matlabcentral/newsreader/view_thread/341631#936181
Hope this helps.
Thank you for formally accepting my answer
Greg

Community Treasure Hunt

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

Start Hunting!

Translated by