Skip to content

PCA in a set of images of the Spain chamber of representatives.

Notifications You must be signed in to change notification settings

QuimBassa/Eigenfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Eigenfaces

Academic project. Part of the Msc in Statistics and Operational Research at UPC-UB

Summary

Eigenfaces is the given name for the eigenvectors when applyig a principal component analsyis to a collection of images. From a picture dataset of all the members of the parliament of 2008, we have performed an unsupervised learning technique to solve a human face recognition problem. The idea of the project was to detect the main facial features of all deputies, to later use a non-linear classifier to assess the gender from just the image of the representative.

The work aimed to demonstrate the theoritical knowledge of multidimensional scaling, clustering, and classification algorithm, and their implementation through the python scikit-learn package.