In neural network, how to specify initial bias according to the known initial weight?
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I got my initial weight for my neural network, but I do not know how to set the corresponding bias.
0 件のコメント
回答 (1 件)
  Greg Heath
      
      
 2015 年 6 月 25 日
        Insufficient Information.
 How did you get your current weights?
 All initial weights and biases should be random. 
 For example:
 rng(seed)
 net = configure(net,input,target)
Hope this helps.
Thank you for formally accepting my answer
Greg
参考
カテゴリ
				Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

