Skip to content

An implementation of vanilla feed forward neural nets from scratch.

Notifications You must be signed in to change notification settings

iakash2604/neural-net-using-numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural-net-using-numpy

An implementation of feed forward neural networks using only numpy. Batchnorm, regularisation methods, dropout, various activation and cost functions have been implemented. Optimisation algorithm used is SGD.

For better utility, a feature for saving models and using it again later is also implemeneted.

Written in python 3.6

TO-DO

  1. Add other optimization techniques like Adam, Adagrad, etc.
  2. Create visualisation functions (loss or accuracy vs epochs, etc.)

About

An implementation of vanilla feed forward neural nets from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages