Skip to content

derekeverett/fluxion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors