Skip to content

A repository for my 2017 CSC411 project of developing a linear regression model for actor face recognition.

Notifications You must be signed in to change notification settings

gabrielarpino/Face-Recognition-ML

Repository files navigation

Face-Recognition-ML

My code for the 2017 CSC411 Machine Learning project on actor face classification using linear regression. The data was obtained from the Facescrub dataset. The full compiled code is in faces.py, and running this script with all face images saved to the specified folders will classify the images. The final report outlining the results of the linear classification can be viewed in Final Report.pdf. All other code is supplementary. An example of a vector of training parameters that was obtained during the classification is shown below:

Yields the following theta (weights matrix):

About

A repository for my 2017 CSC411 project of developing a linear regression model for actor face recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages