An open API service indexing awesome lists of open source software.

https://github.com/tristanbilot/mycnn

Convolutional Neural Network implementation from scratch, used on LeNet5 model with mnist dataset.
https://github.com/tristanbilot/mycnn

data-science deep-learning machine-learning neural-networks numpy python

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.