Skip to content

Goulustis/simple-numpy-dl-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple numpy dl framework

This is a pytorch and tensorflow inspired numpy framework. Written just to get a sense of how the layers are implemented and how the gradients are calculated in the low-level C codes in those framework.

For sample usage, consult test.py. It closely follows how sklearn formulate their functions.

Currently, only support:

  • fully connected layers (Fc)
  • convolutional layers (Conv2d)
  • Sequential classification models

sample_img.npy are a couple images from MNIST

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages