Effacer les filtres
Effacer les filtres

Self Organizing Maps

3 vues (au cours des 30 derniers jours)
Zied
Zied le 26 Avr 2011
Hi,
I use the neural network toolbox of Matlab R2010a (not Kohonen somtoolbox). I use SOM to classify water radiances spectra. I cannot find in the plot tools how to represent each neuron with his reference vector (prototype spectrum), which is a statistical mean of all the spectra captured by the neuron.
Thank you for your help!

Réponse acceptée

Mark Hudson Beale
Mark Hudson Beale le 27 Avr 2011
The prototype pattern for each neuron is its weight vector. To see all the neurons' weight vectors:
net.IW
Each row represents the prototype vector for a different neuron.
These row/prototype vectors are what are shown in PLOTSOMPOS graphically, if the network has two or fewer inputs.

Plus de réponses (4)

Zied
Zied le 28 Avr 2011
Thank you for your answer Mark. The problem is that i want to plot theses weight vectors inside each of their neuron (like the PLOTSOMHITS figure but instead of the sample number, i want the spectrum inside the neuron). When i type net.IW ,it gives me the weight matrix but i cannot find the appropriate command to plot it.
Thank your for your help again
Zièd

Zied
Zied le 28 Avr 2011
I solved the problem, thank you very much for your help Mark!

Preetisha Kaur
Preetisha Kaur le 21 Juin 2011
Hi there...I want to use SOM to classify a 124 X 26 data set into 3 clusters. I am struggling with the same. I want to know how to define the number of neurons for the layers in newsom command, also how can I make sure that the resultant clusters are 3 in numbers? Could you please help...
  1 commentaire
Zied
Zied le 21 Juin 2011
to define the number of neurons, you have to set the dimensions of your maps in the newsom command (d1 and d2):
net=newsom(input,[d1 d2],topology function, distance function, steps for neighborhood to shrink to 1, initial neighborhood size).
Also, you must not forget that the SOM in an unsepervised classification method. This means that the result of unsupervised learning is used to assign an observation to a subset, regardless of any notion of class. to get your clusters you have to do another classification after getting your results, like ascending hierarchical classification. That's also what i m trying to do right now.

Connectez-vous pour commenter.


Zied
Zied le 12 Juil 2011
Hi there, i want to plot all the input vectors (spectra) classified by each neuron (not only the prototype spectrum given by net.IW)
Could you please help?
  1 commentaire
Zied
Zied le 13 Juil 2011
The PLOTSOMHITS command guives you how much spectra each neuron had captured, i would like to plot these spectra for each neuron, please help!!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Function Approximation, Clustering, and Control dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by