Skip to content

AlexanderMath/npnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumpyNet

Numpy implementation of simple autoencoder neural network including backpropagation and momentum. Not optimized for performance, but simplicity of code, mainly used for educational purposes. The training error is computed accumulatively during each epoch and will thus typically be larger than validation error in early epochs where model changes a lot during each epoch (this is consistent with e.g. keras).

About

Neural Network implemented in Numpy with backpropagation and momentum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages