Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 691 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 691 Bytes

The `PyFace' Computer Vision Project: Implementation and Analysis of Emotional Recognition using Facial Expressions and Machine Learning

This is a repo to keep track of the progress of my dissertation project. Any tips on the issues I raise would be greatly appreciated, but much in the way of StackOverflow I would prefer help/guidance/suggested code rather than anybody rewriting my code, as obviously this has to be my work!

  • Comparison between Eigenfaces, Fisherfaces, Local Binary Histograms
  • Comparison between Polynomial, Radial Basis Function, Linear kernels in SVMs
  • Comparison to a Neural Network

svms.py, cnn.py, sc.py, extraction_model.py contain the important parts.