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

 Respuesta aceptada

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 comentarios

Can I make the performance value for every execution. If it is possible what i ave to do in coding ?
If you set the RNG to the same state before the 1st random number assignment, the runs will be duplicated.
Did you perform the 3 searches I recommended?
Sir, I have attached my Matlab code and dataset file . Can You check and guide me to make constant performance for every execution
You wouldn't have to post your data for me to do your work if you had performed the searches I recommended.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 8 de Mayo de 2015

Comentada:

el 14 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by