An open API service indexing awesome lists of open source software.

https://github.com/zincware/papyrus

Record your models.
https://github.com/zincware/papyrus

Last synced: 3 months ago
JSON representation

Record your models.

Awesome Lists containing this project

README

          

# papyrus
Unveiling how neural networks learn.

Just as the invention of papyrus revolutionized the preservation of human thoughts,
*papyrus* will give the ability to record the inner mechanisms of artificial neural networks.

In particular, *papyrus* is an open-source Python library that provides a simple interface to record and store states and properties of neural networks during training.

## Installation
```bash
git clone https://github.com/zincware/papyrus.git
cd papyrus
pip install .
```