Skip to content

🐡 Face Expression Classification using Convolutional-Neural Networks (CNN) πŸ”₯ using fer2013 dataset πŸš€

License

Notifications You must be signed in to change notification settings

officialpm/Face-Expression-Classification-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐡 Face Expression Classification using CNN πŸš€

FER

β€’ Problem

Identifying the face expression of a human, given an image of him/her.

β€’ Data

Data is taken from Kaggle's Facial Expression Recognition Challenge: https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data

β€’ Evaluation

Evaluation is done based on accuracy and loss between predicted expression and actual expression.

β€’ Features

Some information about the data:

  • We're dealing with images(unstructured data), so its better we use deep learning / transfer learning.
  • Dataset has 3 columns namely emotions, picture, and usage(Training/Testing).
  • Dataset has 35887 rows(images).
  • There are 28709 training images (with column value as Training).
  • There are 3589 testing images (with column value as PublicTest).
  • Dataset has 7 classes (emotions).
    • 0 -> Angry
    • 1 -> Disgust
    • 2 -> Fear
    • 3 -> Happy
    • 4 -> Sad
    • 5 -> Surprise
    • 6 -> Neutral

πŸ’š Developed by Parth Maniar


About

🐡 Face Expression Classification using Convolutional-Neural Networks (CNN) πŸ”₯ using fer2013 dataset πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published