Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 days ago
JSON representation

Applying neural networks on the MNIST dataset (from scratch & using tf)

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