This project is a Convolutional Neural Network (CNN) model that classifies handwritten digits, which training was based on the MNIST dataset. The purpose of this project is to demonstrate the capabilities of deep learning techniques for image classification tasks, specifically focusing on recognizing handwritten numbers.
Overview
The MNIST dataset consists of 70,000 grayscale images of handwritten digits (0-9). This project employs a stacked CNN to accurately classify these images. The motivation behind this project is to showcase how deep learning can be effectively utilized for image recognition tasks, enhancing understanding of neural networks and their applications.