Why in different execution different performance comes in the Neural Network same program ?

조회 수: 6 (최근 30일)
Why in different execution different performance comes in the Neural Network same program ?

채택된 답변

Greg Heath
Greg Heath 2015년 5월 8일
The state of the RNG is different. Therefore the random initial weights and random trn/val/tst data divisions are different.
For examples of initializing the RNG so that runs can be duplicated try searching on
greg rng(4151941)
greg rng(0)
greg rng('default')
  댓글 수: 4
Deep Gogoi
Deep Gogoi 2015년 5월 12일
Sir, I have attached my Matlab code and dataset file . Can You check and guide me to make constant performance for every execution
Greg Heath
Greg Heath 2015년 5월 14일
You wouldn't have to post your data for me to do your work if you had performed the searches I recommended.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by