How to cluster training data before training a neural network

2 次查看(过去 30 天)
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

采纳的回答

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

请先登录,再进行评论。

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by