PCA LDA

20 visualizaciones (últimos 30 días)
Jigar Gada
Jigar Gada el 21 de Mzo. de 2012
Respondida: Matlaber el 5 de Mzo. de 2019
Hello, I am doin a project on face detection+recognition. Face detection part is working properly. I hav done face recognition using PCA but this method is highly undependable, so i planned to use LDA once we get the weights using PCA. However LDA algo gives me a eigenvector of size m*m where m=number of classes(in my case faces). However for recognition testing the vector will be of size M*1. where M=no of eigen vectors using PCA and i hav to project it on the LDA space but the dimensions arent matching. so ther is an error. Please someone help me out. I am stuck at this point.
  1 comentario
Ilya
Ilya el 4 de Abr. de 2012
If you show your code, it would help understand what you are asking.
MATLAB implementations of LDA, either function CLASSIFY or the new class ClassificationDiscriminant, compute m*(m-1)/2 sets of linear coefficients for m classes. I don't know what you mean by "eigenvector of size m*m".
Perhaps you want to project your data onto the principal components and then apply LDA to the projected data. It is hard to be certain based on your description that that's what you want.

Iniciar sesión para comentar.

Respuestas (1)

Matlaber
Matlaber el 5 de Mzo. de 2019
Why deleted?

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction 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