Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 396 Bytes

MNIST Digital Classifier

A Convolutional Neural Network (CNN) implementation for handrwritten digit classification using the MNIST dataset, with visualization tools for model interpretation.

Project Overview

The project implements a CNN to classify handwritten digits from the MNIST dataset. It includes visualization tools to understand the model's learning process and thought process.