Initialize weights and biases in a nureal network
1 回表示 (過去 30 日間)
古いコメントを表示
How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?
0 件のコメント
採用された回答
Greg Heath
2011 年 12 月 20 日
The call to NEWFF automatically creates random initial weights via INITNW. Just remember to initialize RAND before the first call to NEWFF so that you can duplicate your results.
Greg
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!