Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 535 Bytes

File metadata and controls

15 lines (11 loc) · 535 Bytes

fluxion

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.

installation

pip install --upgrade pip
pip install Cython numpy
pip install .