https://github.com/isa1asn/mnist-neural-net
Applying neural networks on the MNIST dataset (from scratch & using tf)
https://github.com/isa1asn/mnist-neural-net
from-scratch keras mnist-classification neural-networks numpy pandas relu-activation softmax tensorflow
Last synced: 3 months ago
JSON representation
Applying neural networks on the MNIST dataset (from scratch & using tf)
- Host: GitHub
- URL: https://github.com/isa1asn/mnist-neural-net
- Owner: Isa1asN
- Created: 2023-09-03T07:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T13:58:43.000Z (over 1 year ago)
- Last Synced: 2025-01-20T21:57:42.244Z (4 months ago)
- Topics: from-scratch, keras, mnist-classification, neural-networks, numpy, pandas, relu-activation, softmax, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## MNIST multi-class classification using Neural Network both using Tensorflow and from scratch using numpy
#### SGD used in the scratch version