nimRobotics / vanilla_nn

Implementing Neural Network from scratch for MNIST digit classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vanilla_nn

This is an implementation of a two layered feed-forward Neural Network. For more details and mathematical formulations please consider this blog.

Usage

The implementation is tested on Python 3.6.9. Install the required packgaes using pip3 install -r requirements.txt and run the Jupyter notebook NN_scratch.ipynb

About

Implementing Neural Network from scratch for MNIST digit classification

License:MIT License


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%