Coder Social home page Coder Social logo

facial_emotion_recognition's Introduction

facial_emotion_recognition

This project is an implementation of a deep neural network in tensorflow and keras for performing facial emotion recognition. It was trained using the publicly available kaggle dataset: Emotion and identity detection from face images (https://www.kaggle.com/c/facial-keypoints-detector).

Running Facial Emotion Recognition

$ python ./run_emotion_recognition.py {optional:-p <path to saved network>} 

Motivation

Humans interact with technology on a daily basis. Technology has become engrained in everyday life. However, there has yet to be an interface implemented for real time feedback between humans and technology. The simplest form of expression that can easily determine user experience is facial expressions. Through training a network for facial emotion recognition, it is possible to create an interface which allows machines to better understand human expression.

Architecture

The Deep CNN built has the following architecture:

  • Convolutional layer: 20 layers
  • Max pooling layer
  • Convolutional layer: 30 layers
  • Max pooling layer
  • Convolutional layer: 30 layers
  • Convolutional layer: 40 layers
  • Output softmax layer

Implementation

Exploratory Data Analysis

In building an efficient machine learning model, it is first required to thoroughly understand the data that will be used for training and testing. Thus, samples were randomly gathered from the data set to visually examine differences in the photos.

facial_emotion_recognition's People

Contributors

sharansankar avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.