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

 Respuesta aceptada

Greg Heath
Greg Heath el 25 de Mayo de 2012

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by