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

 採用された回答

Greg Heath
Greg Heath 2012 年 5 月 25 日

0 投票

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

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by