What is learning rate in ARTIFICIAL NUERAL NETWORK IN MATLAB?

8 views (last 30 days)
when i run my code ANN give reults .BUT EVERY TIME I RUN IT GIVES DIFFERENT output for tht same input..... i want to lock answers for example for some specific inputs i should have tht answer which it has produced now.........

Accepted Answer

Greg Heath
Greg Heath on 16 Oct 2013
To repeat design results, initialize the RNG before configure or train. For example
rng(4151941)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!