Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 973 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 973 Bytes

Neural Networks from scratch, in python

I will be documenting each chapters from the book Neural Networks from scratch.

 

I will be making extensive use of the animations the author made, and made it available for free on the site.

Huge kudos to the authors for the book, and the excellent animations they made.

Table of Contents:


Chapter 01 - The idea of neurons

Chapter 02 - Creating a neuron

Chapter 03 - Adding Layers

Chapter 04 - Activation Functions

Chapter 05 - Loss Functions

Chapter 06 - Introduction to Optimization

Chapter 07 - Derivatives

Chapter 08 - Partial Derivatives

Chapter 09 - Backpropogation

Some other resources used in this repo

The neural network images i've put in here - NN-SVG