Derive a Neural Network Equation
이전 댓글 표시
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
2017년 7월 23일
0 개 추천
https://www.mathworks.com/matlabcentral/newsreader/view_thread/341631#936181
Hope this helps.
Thank you for formally accepting my answer
Greg
카테고리
도움말 센터 및 File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!