PCA LDA

조회 수: 8 (최근 30일)
Jigar Gada
Jigar Gada 2012년 3월 21일
답변: Matlaber 2019년 3월 5일
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
Ilya
Ilya 2012년 4월 4일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Matlaber
Matlaber 2019년 3월 5일
Why deleted?

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by