Borrar filtros
Borrar filtros

neural network- nodes

1 visualización (últimos 30 días)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 28 de Mayo de 2012
how to asssign weights to a node using matlab code

Respuesta aceptada

Greg Heath
Greg Heath el 2 de Jun. de 2012
Some types of networks are automatically created with random weights.
Typing net without a semicolon will list all of the properties.
Networks can be randomly initialized using the command init(net) or initnw(net).
Individual weights and biases can be assigned using to the cells net.IW, net.LW and net.b.
Hope this helps.
Greg

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by