Emotion Detection using deep unbaised CONV-net!!
The dataset used here is the famous FER2013 dataset
from kaggle’s FER challenge of 2013
1.Install Kaggle from github
2.Use the command in terminal kaggle competitions download -c challenges-in-representation-learning-facial-expression-recognition-challenge
Docs on Kaggle API usage : github | kaggle
FER2013
dir.fer2013.csv
into cell 3
of FER2013-model1.ipynb
.The Layers for the network :
cell3
. Testset Accuracy :
Some Images prediction :
Happy
Emotion is the most detected, as it has most number of examplesSad
, Surprise
, Neutral
and Anger
are also good in detecting due to enough examples.Fear
and Disgust
perform worse, possible reasons : Less training examples and for disgust
: pretty similar to anger
features.Sad
emotions are also closely detected as neutral
, cuz its hard to distinguish them with just this much data.