How to cluster training data before training a neural network
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Suresh
el 24 de Sept. de 2013
Respondida: Image Analyst
el 7 de Nov. de 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
0 comentarios
Respuesta aceptada
Shashank Prasanna
el 24 de Sept. de 2013
Could you explain further? There are a number of ways to cluster your data:
Statistics Toolbox:
Neural Network Toolbox:
1 comentario
Greg Heath
el 25 de Sept. de 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.
Más respuestas (1)
Image Analyst
el 7 de Nov. de 2013
You might try Brett Shoelson's (of the Mathworks) app: http://www.mathworks.com/matlabcentral/fileexchange/35014-clusterdata
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!