How can I get access to network's weights in 'adapt' function after each presentation of an input
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Greg Heath
am 11 Jul. 2015
Bearbeitet: Greg Heath
am 11 Jul. 2015
0 Stimmen
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
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!