Satellite image classification using neural networks

I am trying to classify satellite images using SOM(self organizing maps)..Can someone please give me an idea , how to go about it..

 채택된 답변

Greg Heath
Greg Heath 2012년 3월 21일

1 개 추천

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

댓글 수: 1

Thank you for your reply!
Could you please tell me which features should I extract from the satellite image to give as inputs to the LVQ or MLP network?
And please elaborate a little, if possible, on the feature extraction part..

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sandhya Sivasubramanyam
Sandhya Sivasubramanyam 2012년 3월 21일

0 개 추천

Thank you for your reply! Could you please tell me which features should I extract from the satellite image to give as inputs to the LVQ or MLP network? And please elaborate a little, if possible, on the feature extraction part..

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by