Feeds
提问
put performance to zero
Hello everybody, i created a feedforward network with the following code. I actually try to make prediction with this giving the...
12 years 前 | 1 个回答 | 0
1
个回答已回答
Zero-weights initialization in feedforward network
Thanks Greg I actually could solve the problem be including one line of code: net.layers{1}.initFcn='initwb' And like this...
Zero-weights initialization in feedforward network
Thanks Greg I actually could solve the problem be including one line of code: net.layers{1}.initFcn='initwb' And like this...
12 years 前 | 0
提问
Zero-weights initialization in feedforward network
Hello everybody, i've got a problem by programming a neural network. r=xlsread('Juni_Test_Korrelation'); u=r(2:31,3); ...
12 years 前 | 2 个回答 | 0
