Skip to content

First stable release of CNN from scratch for MNIST

Latest
Compare
Choose a tag to compare
@Anonymous390 Anonymous390 released this 03 Jul 20:22
· 3 commits to main since this release
5b97c42

🎉 First release of my Convolutional Neural Network (CNN) implementation from scratch using NumPy for the MNIST dataset.

✅ Features:

  • Conv2D + MaxPooling + ReLU + Softmax architecture
  • SGD with momentum optimizer
  • Manual forward and backward passes
  • Supports saving/loading model weights
  • Includes inference on custom images
Metric Value
Final Training Accuracy ~99%
Test Accuracy ~98%