Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

MATLAB Program for FACE RECOGNITION using Principal Component Analysis PCA

Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. If there are

n {\displaystyle n}

observations with

p {\displaystyle p}

variables, then the number of distinct principal components is

min ( n 1 , p ) {\displaystyle \min(n-1,p)}

. This transformation is defined in such a way that the first principal component has the largest possible variance (that is, accounts for as much of the variability in the data as possible), and each succeeding component in turn has the highest variance possible under the constraint that it is orthogonal to the preceding components. The resulting vectors are an uncorrelated orthogonal basis set. PCA is sensitive to the relative scaling of the original variables. 

MATLAB Program:



1 comment:

  1. i want the full code of this project please some one guide me,

    ReplyDelete

Popular Posts