Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 263 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 263 Bytes

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.