Skip to content
/ MyTorch Public

MyTorch, a NumPy library created from scratch for simulating PyTorch's functionalities.

Notifications You must be signed in to change notification settings

jwrh/MyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyTorch: a hand-crafted deep learning library with NumPy

This repo implements MyTorch, a deep learning library that does not use PyTorch and only uses NumPy. The purpose of this repo is to make the ideas behind autodifferentiation and backprop clear and concrete (with code). The repo is structured in a modular fashion where a deep learning system is decomposed into multiple modules like Loss, Activation, rnn_cell, etc for clarity. We try to make everything as vectorized as possible since unvectorized code are usually slow and inconcise.

Releases

No releases published

Packages

No packages published

Languages