Learn practical skills, build real-world projects, and advance your career

Course Project: Image Classification using a Convolutional Neural Network.

In this project we will use deep learning to discern gender from photos of people's faces. The dataset used is the Gender Classification Dataset, taken from Kaggle (https://www.kaggle.com/cashutosh/gender-classification-dataset).

!pip install jovian --upgrade --quiet
PROJECT_NAME = 'zerotogans-courseproject'

1. Aquire Dataset

We will be working on Google colab, since training the convolutional neural network will require the use of a GPU. In order to use a Kaggle dataset with colab, the following steps need to be taken: