What is learning rate in ARTIFICIAL NUERAL NETWORK IN MATLAB?

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

To repeat design results, initialize the RNG before configure or train. For example
rng(4151941)

More Answers (0)

Categories

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

Asked:

on 9 Aug 2013

Answered:

on 16 Oct 2013

Community Treasure Hunt

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

Start Hunting!