How can I get access to network's weights in 'adapt' function after each presentation of an input

I am trying to use 'adapt' function for a dynamic problem by neural network. Is it possible to get access to the network's weights after each presentation of an input

 採用された回答

Greg Heath
Greg Heath 2014 年 9 月 4 日
getwb(net)
But how does this help?

1 件のコメント

nasibeh
nasibeh 2014 年 9 月 4 日
this function gets the final weights for trained network, but I want all networks weights during the training.

サインインしてコメントする。

その他の回答 (1 件)

Greg Heath
Greg Heath 2015 年 7 月 11 日
編集済み: Greg Heath 2015 年 7 月 11 日
I am assuming that your use of the term "dynamic" does not denote using time series (e.g., NARXNET);
Use a loop of one epoch updates.
Each epoch will result in an additional weight column using getwb.
Clunky, slow and huge storage requirements. However, I cannot think of another way.
Hope this helps.
Greg

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2014 年 9 月 3 日

編集済み:

2015 年 7 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by