フィルターのクリア

Refresh weights of neural network without `Configure` function in MATLAB

1 回表示 (過去 30 日間)
Jack
Jack 2014 年 9 月 13 日
回答済み: Greg Heath 2014 年 9 月 14 日
As you know we can use configure function in MATLAB to initial weights and biases but this function configure all networks (weights/biases + other properties). I want after configuring network using configure, have a loop and initial weights for 10 times and store these weights in a cell array to use it in another part of network. (Initial weights and biases based on initial function of network object)
Is any function to only refresh initial weights and biases without configuring it again and again to accelerate the speed?
Thanks.

採用された回答

Greg Heath
Greg Heath 2014 年 9 月 14 日
Use the init function
init(net);
Hope this helps
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by