after knowing the optimum weights, how to fix these input weight and bias as constant for remaining training?

1 次查看(过去 30 天)
i am using the RNG(0)(thanks to greg) before net command to fix the weight.but it may not be optimal weights.. so i want to train the net and after knowing the optimal weights i want to freeze it. how to fix these input weight and bias as constant for remaining training?

回答(1 个)

Greg Heath
Greg Heath 2015-7-8
If you haven't finished training how can you possibly know that any weights are optimal?
I don't know of a good reason for "fixing" weights. Just set the RNG and let train do it's job.
If you don't like the answer, train again without fixing the RNG. It will automatically be in another state which you can record using s(i) = rng;
  1 个评论
prabakaran jayaraman
1. i have finished traing without RNG(0) command. and i got the result. when i use s(i)=rng, it is not recognized. where should i use it. ihave enclosed my program

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by