Borrar filtros
Borrar filtros

Training neural network for facial expression classification

1 visualización (últimos 30 días)
remo
remo el 28 de Feb. de 2012
Comentada: pooja rani el 20 de Mzo. de 2019
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..

Respuesta aceptada

Greg Heath
Greg Heath el 17 de Mayo de 2012
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

Más respuestas (1)

vaibhav
vaibhav el 16 de Mayo de 2012
Are you doing that using PCA??
  2 comentarios
remo
remo el 18 de Mayo de 2012
Hi Vaibhav,
i have dropped PCA and adopted LBP for this project
pooja rani
pooja rani el 20 de Mzo. de 2019
Hi Remo,
can u share code of training NN classifier with LBP features .

Iniciar sesión para comentar.

Categorías

Más información sobre Just for fun en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by