Skip to content

Approach at solving the problem of Face Recognition using dimensionality reduction algorithms like PCA and LDA

Notifications You must be signed in to change notification settings

Naman-ntc/FaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

FaceRecognition

A face recognition system is a computer application capable of identifying or verifying a person from a digital image or a video frame from a video source. A simple approach can be to do a nearest neighbours from all the faces in the training data. But a facial image can have huge number of features as huge number of pixels and lots of faces in database. So we project the faces in a lower dimensional space, thus we need dimensionality reduction algorithms.

PCA and LDA are two good dimensionality reduction algorithms and provide good results.

In this Repo

About

Approach at solving the problem of Face Recognition using dimensionality reduction algorithms like PCA and LDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages