Skip to content

Programming a neural network from scratch. Implements backpropagation and batch gradient descent, as well as layer-based activation functions.

Notifications You must be signed in to change notification settings

b-cho/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project conists of developing a neural network from scratch using backpropagation over matrices. In order to do this, we implement the four fundamental equations of backpropagation and stochastic gradient descent.

About

Programming a neural network from scratch. Implements backpropagation and batch gradient descent, as well as layer-based activation functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages