Training neural network for facial expression classification
2 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I have 15 images of happy face,15 image of sad face and 15 image of angry faces.
My problem is i do not know how to train neural network using all this images. I have separate 50 images for testing purposes.
So,how do i train neural network using output from PCA of each image?
PLZ do guide me since my supervisor is pressuring me lately..
0 件のコメント
採用された回答
Greg Heath
2012 年 5 月 17 日
Use the vectorization operator, : , to convert each processed image to a column vector. The corresponding target vector is a column of eye(3). Once you have the input and target matrices with 45 columns each, use PATTERNNET
help patternnet
doc patternnet
Hope this helps.
Greg
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!