Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 377 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 377 Bytes

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.