MATLAB: How to interpret the output of a trained SOM for classification.

image processingneural networksom

I have a SOM network that I have trained on the histogram of grey scale images resized to 50×50. However, I am not sure how to use that network to classify other pictures that I expose to the network. How do i know which picture activated a particular neuron?

Best Answer

Kohonen's advice: Convert the SOM to a LVQ neural network.
Hope this helps.
Thank you for officially accepting my answer.
Greg