Skip to content

emchinn/Classification-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classification-Images

I'm using 2 different classification models, convolutional neural network (CNN) and a support vector machine (SVM), to classify images of faces identifying folks who have glasses.

The data I'm using is the Olvetti Faces data set by AT&T. More information and the data set itself are available from scikit learn. Briefly, this data set contains a total of 400 images of 40 different people; 10 photos of each person at various angles with different lighting and facial expressions.

Some people are wearing glasses in some of their 10 photos, like the guy pictured above.

Some people are wearing glasses in all of their 10 photos.

And some people, yup... you guessed it, are not wearing glasses in any of their photos.

The goal is to get functional and sequential versions of the CNN and compare with a SVM.

About

Using a CNN and a SVM to classify images of faces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published