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.

 Respuesta aceptada

Greg Heath
Greg Heath el 19 de Abr. de 2015

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 18 de Abr. de 2015

Respondida:

el 19 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by