How to create target for neural network

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

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by