In neural network, how to specify initial bias according to the known initial weight?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I got my initial weight for my neural network, but I do not know how to set the corresponding bias.
0 comentarios
Respuestas (1)
Greg Heath
el 25 de Jun. de 2015
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
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!