Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 479 Bytes

Handwritten-Digit-Classification-Using-ANN

A neural network built from scratch to classify handwritten digits from the MNIST dataset.

  • Technologies Used: numpy
  • Highlights:
    • Custom architecture with 3 dense layers
    • Achieved 97% accuracy
    • Confusion matrix and prediction examples

1. Model Architecture

alt text

2. Output

output We assume the image data of 28x28 is flatern into 784x1 dimension: