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 years 前 | 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 years 前 | 0