How to create target for neural network

hello sir, pamho,
I am working on bio metric identification system, with 512 features of 80 identities as enrollment data,so my input for neural network is 512*80 matrix. But i can't decide what should be given as target so that system can identify enrolled 80 person and reject others. Please help.

 採用された回答

Greg Heath
Greg Heath 2015 年 4 月 19 日

0 投票

You cannot define a 512 dimensional input space with 80 examples.
Therefore, use feature extraction to substantially reduce the number of features.
The target vectors should be {0,1} 80-dimensional unit vectors.
Hope this helps.
Greg

その他の回答 (0 件)

カテゴリ

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

質問済み:

2015 年 4 月 18 日

回答済み:

2015 年 4 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by