Feeds
답변 있음
How to calculate the NN outputs manually?
use this function: function y2=sim2(net,x) xoffset=net.inputs{1}.processSettings{1}.xoffset; gain=net.inputs{1}.proce...
How to calculate the NN outputs manually?
use this function: function y2=sim2(net,x) xoffset=net.inputs{1}.processSettings{1}.xoffset; gain=net.inputs{1}.proce...
2년 초과 전 | 0
답변 있음
why I obtained different result from NN sim and manual calculation using the weights
use this function: function y2=sim2(net,x) xoffset=net.inputs{1}.processSettings{1}.xoffset; gain=net.inputs{1}.pro...
why I obtained different result from NN sim and manual calculation using the weights
use this function: function y2=sim2(net,x) xoffset=net.inputs{1}.processSettings{1}.xoffset; gain=net.inputs{1}.pro...
2년 초과 전 | 0
