Skip to content

kaif3007/Neural_Network_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Neural_Network_from_scratch

A fully customizable neural network from scratch in numpy.It can be made of any depth and each layer can have any number of neurons. It has adam optimiser with mini batch gradient descent. It also has certain tools for checking performance of neural network like gradient checking etc. L2 regularization is used which is too optional.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages