How to cluster training data before training a neural network

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 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

質問済み:

2013 年 9 月 24 日

回答済み:

2013 年 11 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by