/myCNN

Convolutional Neural Network implementation from scratch, used on LeNet5 model with mnist dataset.

Primary LanguagePython

myCNN

This repo is an implementation of Convolutional Neural Network (CNN) made from scratch using no Deep Learning libraries, only NumPy. LeNet5 model is also implemented and used for digit images recognition using the mnist dataset.