Skip to content

astrike30/deep_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Net Implementation with Numpy

  • Pure, simple deep neural-network implementation with Numpy. Supports multiple layers of any length and any number of outputs.
  • Can achieve a score of around 0.9 on MNIST dataset.
  • Currently uses sigmoid for activation.

TODO

  • Multiple activation functions (maybe even custom if derivative is supplied).
  • More implementations.
  • Different types of networks: convolutional, recurrent etc..

Sources

About

my own implementation of a deep neural net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages