Skip to content

truebeliever17/handcrafted-torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand-crafted PyTorch

This is a hand-crafted implemented version of basic PyTorch's features using only NumPy.

In the example.ipynb you can see the difference between the hand-crafted model and PyTorch's original model.