Satellite image classification using neural networks
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to classify satellite images using SOM(self organizing maps)..Can someone please give me an idea , how to go about it..
0 comentarios
Respuesta aceptada
Greg Heath
el 21 de Mzo. de 2012
Kohonen created SOM for visualization, not regression or classification.
For classification he created LVQ and LVQ2. All three of Kohonen's algorithms are documented in the NN Toolbox.
For regression and classification the Multilayer Perceptron (NEWFF, NEWFIT and PATTERNNET) and Radial Basis Function (NEWRB) are, typically, superior.
After reading the documentation, try duplicating the demos and examples. Searching for relevant Newsgroup postings may also help.
Write back if you have further questions.
Hope this helps.
Greg
Más respuestas (1)
Ver también
Categorías
Más información sobre Pattern Recognition and Classification 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!