Feeds
已回答
How to compute the derivative of the neural network?
net1 = fitnet(3); net1 = train(net1,x',y'); % normalize x nx = (x-net1.input.processSettings{1,1}.xmin)*n...
How to compute the derivative of the neural network?
net1 = fitnet(3); net1 = train(net1,x',y'); % normalize x nx = (x-net1.input.processSettings{1,1}.xmin)*n...
4 years 前 | 0

