neural network- nodes

1 次查看(过去 30 天)
how to asssign weights to a node using matlab code

采纳的回答

Greg Heath
Greg Heath 2012-6-2
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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by