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

1 view (last 30 days)
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?

Answers (1)

Greg Heath
Greg Heath on 8 Jul 2015
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 Comment
prabakaran jayaraman
prabakaran jayaraman on 9 Jul 2015
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

Sign in to comment.

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!