Facial Expression Classification Using Residual Neural Nets

Go to class
Write Review

Facial Expression Classification Using Residual Neural Nets provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Facial Expression Classification Using Residual Neural Nets is taught by Ryan Ahmed. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this hands-on project, we will train a deep learning model based on Convolutional Neural Networks (CNNs) and Residual Blocks to detect facial expressions. This project could be practically used for detecting customer emotions and facial expressions.

    By the end of this project, you will be able to:

    - Understand the theory and intuition behind Deep Learning, Convolutional Neural Networks (CNNs) and Residual Neural Networks.
    - Import Key libraries, dataset and visualize images.
    - Perform data augmentation to increase the size of the dataset and improve model generalization capability.
    - Build a deep learning model based on Convolutional Neural Network and Residual blocks using Keras with Tensorflow 2.0 as a backend.
    - Compile and fit Deep Learning model to training data.
    - Assess the performance of trained CNN and ensure its generalization using various KPIs.
    - Improve network performance using regularization techniques such as dropout.