Please also explain me the role of learning fnc, ordering phase etc. Why should they be important? Is Hit-and-trial the best method to set these parameters?
SOM training/testing-sim-trainr
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to differentiate 3 sets of data, using SOFM. I am getting very absurd results. Sometimes the sample hits reverses. Are we supposed to use the 'sim' command to test a network? if yes, then even the data that is being used to train the network, when simulated, doesn't give more than 20-40% accuracy. How to go about it? Where could have I gone wrong?Does topology make a difference?I am using dimensions as [3] only, since 3 sets are there Also, I used wavelet decomposition to process my data, and selected some coefficients. Please Help.
PS: I am using trainr(by default from GUI - nntool). Thanking you in advance.
Respuesta aceptada
Greg Heath
el 7 de Mzo. de 2012
SOFM is not meant for classification. Therefore Kohonen extended it to LVQ (lvqnet).
However, the MLP (newff, patternnet) and RBF (newrb) and are based on universal approximators and, for me, are preferrable.
Hope this helps.
Greg
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!