Skip to content

sunnythecode/neural-network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Writing a neural network class with only numpy

Tested it out on MNIST in build.ipynb - result on test set is ~81% accuracy with 150 epochs

neural_net class is capable of scaling to any number of hidden layers and layer sizes

The neural_net class uses gradient descent(not stochastic or mini-batch), sigmoid activation function

About

Scalable neural net class written using numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published