How to cluster training data before training a neural network

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

Risposta accettata

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

Accedi per commentare.

Più risposte (1)

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

Categorie

Scopri di più su Statistics and Machine Learning Toolbox 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