Satellite image classification using neural networks
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2012-3-21
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!