Initialize weights and biases in a nureal network
1 次查看(过去 30 天)
显示 更早的评论
How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!