ashishsahu1 / ML-ProjectYard

This repo consists of multiple machine learning based projects with frontend
Mozilla Public License 2.0
214 stars 145 forks source link

Face Detection using PCA #497

Closed NEERAJAP2001 closed 3 years ago

NEERAJAP2001 commented 3 years ago

Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set of values of linearly uncorrelated variables called principal components. If there are n observations withp variables, then the number of distinct principal components is min ( n − 1 , p ).

This can be used to detect faces