Facial emotion recognition using Deep Learning techniques and Google Colab

Some tips to enhance a Convolutional Neural Network to predict emotions

Ignacio Ramos Garcia
The Startup
Published in
7 min readMay 31, 2020

--

In this article, I’ll explain how to implement (from scratch) an algorithm capable of recognizing emotions from facial expressions. To do so, a Convolutional Neural Network (CNN from now on) implemented with Keras(a…

--

--