Skip to content

RolandBERTINJOHANNET/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

NeuralNetwork

fully-connected neural network coded with only python+numpy. I also implemented L2 regularisation and momentum. With these two (not tuned), ReLU on the inside layers and sigmoid on the outside, I got it up to 94% on MNIST. I didn't tune it or let it run for more than a few epochs, because it is very slow.

About

Neural network coded with only python+numpy. Added Momentum and L2 reg. Got 94% on MNIST after 8-10 epochs. Personal project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages