Feature classification
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I am working on Face recognition and have generated the features using PCA and then LDA. While the features are given as input to the neural net using back propogation, i dont know what to set as target. i tried using the following target but my results are not accurate. e.g for 3 subjects with 3 sample data for each. i set the target as [1 1 1 0 0 0 0 0 0 ; 0 0 0 1 1 1 0 0 0; 0 0 0 0 0 0 1 1 1];
Sumone plz help me out..
1 件のコメント
Greg Heath
2012 年 4 月 8 日
The target looks OK to me. Therefore, it is probably something else.
Greg
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!