python-paragraph
A pure Python micro-framework supporting seamless lazy and concurrent evaluation of computation graphs.
A pure Python micro-framework supporting seamless lazy and concurrent evaluation of computation graphs.
To install this package, run one of the following:
In essence, the package allows to write functional code directly in Python: statements merely specify relationships among variables through operations. Evaluation of any variable given the values of other variables is then de facto:
In addition, relationships among variables can be traversed in both directions, allowing a form of backpropagation of information through the computation network that would be cumbersome to implement in an imperative manner.
Summary
A pure Python micro-framework supporting seamless lazy and concurrent evaluation of computation graphs.
Last Updated
Feb 5, 2020 at 10:50
License
MIT
Total Downloads
57.0K
Supported Platforms
GitHub Repository
https://github.com/Othoz/paragraphDocumentation
http://paragraph.readthedocs.io/en/latest/