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

6 visualizzazioni (ultimi 30 giorni)
Why in different execution different performance comes in the Neural Network same program ?

Risposta accettata

Greg Heath
Greg Heath il 8 Mag 2015
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 Commenti
Deep Gogoi
Deep Gogoi il 12 Mag 2015
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 il 14 Mag 2015
You wouldn't have to post your data for me to do your work if you had performed the searches I recommended.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by