Skip to content

luzuku/aml2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for Advanced Machine Learning 2018 (by Lennard Kiehl & Raphael Sayer)

Facial Expression Recognition 2013

Data sources

Data description

  • 35887 grayscale images (48x48x1) of faces (preprocessed)
  • orignal labels include 7 classes/emotions (one per image): (0=Angry, 1=Disgust, 2=Fear, 3=Happy, 4=Sad, 5=Surprise, 6=Neutral)
  • updated labels (FER+): 10 crowd-sourced labels per image
  • split: train - 28709, public test/eval - 3589, test- 3589

Performance on original labels

Model Top-1 Accuracy (%)
"null" model 60
ensembel of "null" models 65.5
original winner 71.162
approximate performance of vanilla CNN (found through browsing) ~64-68

Possible Architectures

About

Project repository for Advanced Machine Learning 2018

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors