Can anyone help me with a Matlab program to cluster using self organizing maps???

2 次查看(过去 30 天)
I want to do clustering in one multi dimensional data using Self organizing Map. But unable to do that. I am totally new in the field of Neural Network. A simple code will do.

采纳的回答

Greg Heath
Greg Heath 2013-12-7
First search on "SOM"
>> lookfor som
Second, use the commands help and doc to understand functions that
a. Deal with creating a SOM
help nnt2som, doc nnt2som
help newsom, doc ...
help initsompc, ...
help learnsom, ...
help learnsomb, ...
b. Deal with SOM plotting
help plotsom, doc ...
help plotsomhits
help plotsomnc
help plotsomnd
help plotsomplanes
help plotsompos
help plotsomtop
3. Finally, try to duplicate some of the examples before using on your own data
help nndatasets, doc ...
Hope this helps.
Thank you for formally accepting my answer.
Greg

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Function Approximation, Clustering, and Control 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by