Skip to content

Neural Networks from scratch (Inspired by Michael Nielsen book: Neural Nets and Deep Learning)

Notifications You must be signed in to change notification settings

beingbat/neural-nets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks from scratch (Deep Learning core with MNIST)

Data: Inputs have shape $(B,786)$ and labels have $(B,10)$ where $B=Batch$. Code for MNIST data loading is not included but can be found online.

Inspired by: http://neuralnetworksanddeeplearning.com/

In addition to this book, some notes can be found in notes folder.

In Switch Branch/Tag section click on View all tags to see description of each tag.

About

Neural Networks from scratch (Inspired by Michael Nielsen book: Neural Nets and Deep Learning)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages