/Neural-Networks-From-Scratch

A walk through of the creation of a deep neural network from scratch!

Primary LanguagePython

Writing a Neural Network from Scratch!

We will be creating a deep neural network framework from scratch!

To navigate this repository, start at mathematics.md before exploring the various files within the python directory.

Insipiration for this project comes from two YouTube channels, 3Blue1Brown and The Independent Code who you can check out for a deeper look.