Initialize weights and biases in a nureal network

1 visualización (últimos 30 días)
Pouya Jamali
Pouya Jamali el 19 de Dic. de 2011
How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?

Respuesta aceptada

Greg Heath
Greg Heath el 20 de Dic. de 2011
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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by