Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages