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

https://github.com/helyousfi/mnist-from-scratch

Hand written digits recognizer with simple python libraries.
https://github.com/helyousfi/mnist-from-scratch

Last synced: about 1 month ago
JSON representation

Hand written digits recognizer with simple python libraries.

Awesome Lists containing this project

README

          

This is an Implementation of a Neural Network for MNIST data recognition using the following libraries (numpy, pandas, matplotlib).

No frameworks (Pytorch, Keras, tensorflow ...) are used in this Implementation.