Neural network outputs in each epoch
5 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I use Matlab 2011a. I would like to know how to get the output vector of the neural network in each epoch.
For example if the network is trained in "x" epochs, I would like to create an array on the evolution of the network in the training step, thus creating a matrix of "x" rows and "y" columns where "x" represents the number of data (in train, validation or test subsets) and "y" represents the number of epochs.
Best regards,
0 件のコメント
採用された回答
Greg Heath
2012 年 5 月 6 日
I think that is only possible if you change the source code.
If you try M runs of 1 epoch long, at each new call,the internal parameters *e.g., mu) change. Therefore, you won't get the same answer as that from a single run of M epochs.
You would probably have to modify train to accept initial values for those internal parameters and to output the new values of the parameters.
Hope this helps.
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!