Skip to content

harveyslash/sympyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sympyle

Simple Symbolic Graphs in Python

Build Status codecov CodeFactor

About

Sympyle is a Python library to demonstrate the inner workings of Computational Graphs. Computational Graphs are used by highly optimised computational frameworks like tensorflow and pytorch.

However, these frameworks make several assumptions and optimisations in order to optimise for speed and memory. This often makes it harder to understand the inner workings of how these libraries work.

Sympyle is a simplified model library to demonstrate the working of computational graphs, and how backpropagation works on arbitrary 'networks'.

Examples and tutorials

All tutorials are under docs/source/tutorials and interactible at https://harveyslash.github.io/sympyle/ (under the tutorials section)