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

Réponses (1)

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 commentaire

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.

Connectez-vous pour commenter.

Catégories

Question posée :

le 18 Juin 2015

Commenté :

le 25 Juin 2015

Community Treasure Hunt

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

Start Hunting!

Translated by