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

I got my initial weight for my neural network, but I do not know how to set the corresponding bias.

답변 (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

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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 6월 18일

댓글:

2015년 6월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by