Banner. Photo by Author.

Convolutional Neural Networks

May 2020
CNN Structure

Introduction

In this project, we built a Convolutional Neural Network (CNN) for solving the problem of handwritten digit recognition. The constraints of the project were to choose an advanced machine learning technique, and make an interactive demonstration that could introduce our peers to the technique. For demonstrative purposes, our CNN consists of only 1 convolutional layer, an ReLu activation layer, a max pooling layer, and a fully connected neural network with a single hidden layer. Though a true CNN could achieve much better results, the simple structure we chose to illustrate these concepts resulted in an 8% error rate when classifying the testing dataset.

Read the full project report here.

Convolution

Demonstration (Activities)

Warm-up Activity (static) Warm-up Activity (interactive)
Main Activity 1 (static) Main Activity 1 (interactive)
Main Activity 2 (static) Main Activity 2 (interactive)

To run the interactive activities, you must have Jupyter notbook installed on your machine.