Changing the weights in a neural network

Using nntool, I can change the weights / bias of certain connections, but I have not found the way to do the same with a script. Is this possible? Thanks

 Accepted Answer

Greg Heath
Greg Heath on 25 May 2012
net.IW = ...
net.LW = ...
net.b = ...
Try searching the Newsgroup and/or Answers with
heath net.IW
Hope this helps.
Greg

More Answers (0)

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!