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 Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by