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

https://github.com/ecoronado92/neural_net_from_scratch

python | deep learning | neural networks
https://github.com/ecoronado92/neural_net_from_scratch

deep-learning mnist neural-networks numpy python

Last synced: 3 months ago
JSON representation

python | deep learning | neural networks

Awesome Lists containing this project

README

        

# Build Neural Net from Scratch using Python

Today, it is quite easy to use Python or R libraries to build Neural Networks.

Here, I dive into the inner workings of a Neural Network and build a d-dimensional network that classifies MNIST data with 95% accuracy.