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.........

 채택된 답변

Greg Heath
Greg Heath 2013년 10월 16일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

질문:

2013년 8월 9일

답변:

2013년 10월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by