In neural network, how to specify initial bias according to the known initial weight?

4 次查看(过去 30 天)
I got my initial weight for my neural network, but I do not know how to set the corresponding bias.

回答(1 个)

Greg Heath
Greg Heath 2015-6-25
Insufficient Information.
How did you get your current weights?
All initial weights and biases should be random.
For example:
rng(seed)
net = configure(net,input,target)
Hope this helps.
Thank you for formally accepting my answer
Greg
  1 个评论
Jay Wong
Jay Wong 2015-6-25
Please see the paper titled "Accommodating spatial associations in DRNN for space–time analysis" in which a spatial weight matrix was used to initialize the weight.

请先登录,再进行评论。

类别

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