How can I access the weights and connections in nftool in MATLAB?
Show older comments
Hi. I want to create a neural network for a fitting problem and assign the connections between neurons by myself. I also would like to access the weights and see how they change with each epoch. Is there any way to do this ?
Accepted Answer
More Answers (1)
Greg Heath
on 30 Mar 2015
0 votes
I think you will have to use the command line approach and loop over 1 epoch at a time.
It will be painfully slow even if you modify train or adapt.
Hope this helps.
Thank you for formally accepting my answer
Greg
1 Comment
Ananthakrishnan Rajendran
on 2 Apr 2015
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!