How to cluster training data before training a neural network

4 vues (au cours des 30 derniers jours)
Suresh
Suresh le 24 Sep 2013
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

Réponse acceptée

Shashank Prasanna
Shashank Prasanna le 24 Sep 2013
Could you explain further? There are a number of ways to cluster your data:
Statistics Toolbox:
Neural Network Toolbox:
  1 commentaire
Greg Heath
Greg Heath le 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.

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 7 Nov 2013
You might try Brett Shoelson's (of the Mathworks) app: http://www.mathworks.com/matlabcentral/fileexchange/35014-clusterdata

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by