Skip to content

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

A minimal and educational implementation of a computational graph supporting gradient backpropagation.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages