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年弱 前 | 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年 前 | 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年 前 | 2 件の回答 | 0
