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.
- Host: GitHub
- URL: https://github.com/helyousfi/mnist-from-scratch
- Owner: helyousfi
- Created: 2021-12-06T11:43:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T20:35:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T10:16:33.481Z (7 months ago)
- Language: Python
- Size: 8.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.