Feeds
질문
[Neural network] How does neural network calculate output from net.IW, net.LW, net.b ?
Example I have a trained neural network as following clear all clc [ x, t ] = simplefit_dataset; net = feedfo...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
[NEURAL NETWORK] How can I make MSE be the same in different trying times ?
The Mean Square Error (MSE) turns out to be different each time I train the network. _net = feedforwardnet(10,'trainlm'); ...
11년 초과 전 | 답변 수: 2 | 0
