フィルターのクリア

Initialize weights and biases in a nureal network

2 ビュー (過去 30 日間)
Pouya Jamali
Pouya Jamali 2011 年 12 月 19 日
How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?

採用された回答

Greg Heath
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 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by