How to cluster training data before training a neural network
    3 views (last 30 days)
  
       Show older comments
    
Hi all, I am training a neural network with Input (4x120 matrix) and Output (3x120 matrix) for patter recognition.Before training network i would like to cluster the data.What procedure can be followed ? After clustering how to train a network with clustered output ? Thank you in advance
0 Comments
Accepted Answer
  Shashank Prasanna
    
 on 24 Sep 2013
        Could you explain further? There are a number of ways to cluster your data:
Statistics Toolbox:
Neural Network Toolbox:
1 Comment
  Greg Heath
      
      
 on 25 Sep 2013
				In general, don't put too much faith in unsupervised clustering to directly train a classifier.
However, unsupervised clustering can be a useful tool for initializing a supervised clustering classifier. A competing method of initialization is to use individual unsupervised clustering for each class.
Most of all, the visualization of clustering results are very helpful for understanding classifier performance.
More Answers (1)
  Image Analyst
      
      
 on 7 Nov 2013
        You might try Brett Shoelson's (of the Mathworks) app: http://www.mathworks.com/matlabcentral/fileexchange/35014-clusterdata
0 Comments
See Also
Categories
				Find more on 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!


