Skip to content

HD013/CNN-Classifier-for-Handwritten-Digits-MNIST-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CNN Classifier for Handwritten Digits (MNIST)


🪅📌 Project Overview

This project implements a Convolutional Neural Network (CNN) to classify handwritten digits from the MNIST dataset with high accuracy.
CNNs are widely used for image recognition tasks due to their ability to capture spatial hierarchies in data.
This repository provides the full pipeline for training, evaluating, and visualizing CNN performance on MNIST.


🐅📚 Background & Motivation

The MNIST dataset consists of 60,000 grayscale images (28x28 pixels) of handwritten digits (0-9).
Despite its simplicity, MNIST is a benchmark dataset in deep learning, often used for testing new neural network architectures.
CNNs are particularly effective for MNIST due to their ability to learn spatial hierarchies in image data.


This project aims to:
✔ Train a CNN from scratch on MNIST
✔ Optimize the model for high accuracy and fast convergence
✔ Compare different architectures and visualize the results


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published