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

https://github.com/johnpertoft/paper-implementations

Implementations of machine learning papers
https://github.com/johnpertoft/paper-implementations

Last synced: 8 months ago
JSON representation

Implementations of machine learning papers

Awesome Lists containing this project

README

          

# Paper implementations
Implementations of some machine learning papers. Mostly (only) generative models of the GAN and VAE types at this point.

Results of "experiments" are in the results directory and are generated by each model's run scripts.

## Run tests
```
python -m unittest discover
```