Initialize weights and biases in a nureal network

How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?

 Réponse acceptée

Greg Heath
Greg Heath le 20 Déc 2011

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by