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 Exchange에서 Deep 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