An educational implementation of a computational graph supporting gradient backpropagation. This repository is intended to demonstrate the core concepts and algorithms underlying deep learning frameworks like PyTorch.
It was inspired by autodidact, and created while working through these lecture slides.
pip install --upgrade pip
pip install Cython numpy
pip install .