Borrar filtros
Borrar filtros

different result is obtained for the same input using self-organizing map

3 visualizaciones (últimos 30 días)
I used Neural Network Toolbox to train a self-organizing map for a given data set. I found that each run gave me a quite different result, like different "sample hits map". How to understand this difference? I just followed the standard routine, like
net = selforgmap([8 8]);
net = train(net, testInput);

Respuestas (1)

Greg Heath
Greg Heath el 3 de Mzo. de 2012
Initialize the random number generator to the same intial state; otherwise the results will be different.
Hope this helps.
Greg
  1 comentario
Mahmoud ELKAFAFY
Mahmoud ELKAFAFY el 14 de Oct. de 2019
But, if you change the initialization of random number generator (e.g., rng(7) instaed of rng(3) for insatance), you will still get different results.

Iniciar sesión para comentar.

Categorías

Más información sobre Function Approximation, Clustering, and Control en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by