Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Greg Heath
Greg Heath il 7 Dic 2013
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

Più risposte (0)

Categorie

Scopri di più su Function Approximation, Clustering, and Control in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by