Initialize weights and biases in a nureal network

2 次查看(过去 30 天)
How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?

采纳的回答

Greg Heath
Greg Heath 2011-12-20
The call to NEWFF automatically creates random initial weights via INITNW. Just remember to initialize RAND before the first call to NEWFF so that you can duplicate your results.
Greg

更多回答(0 个)

类别

Help CenterFile 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