supervised training of SOM in MATLAB
Show older comments
I have a labelled data set, each data entry is of six dimensional. Each data entry is pre-labelled as belonging to one of 10 clusters.
I would like to train a SOM to fit this labelled data set. In other words, I would like to enforce a SOM that can exactly( or almost) cluster the same result to each data entry as the pre-labelled one.
Is there a function in the MATLAB neural network toolbox that can fulfill the above requirement?
Accepted Answer
More Answers (1)
Amith Kamath
on 17 Nov 2011
0 votes
I don't know if matlab natively includes SOM functions, but you should definitely find it here: http://www.cis.hut.fi/somtoolbox/
Categories
Find more on Get Started with Statistics and Machine Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!