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
- Host: GitHub
- URL: https://github.com/johnpertoft/paper-implementations
- Owner: johnPertoft
- Created: 2016-10-20T09:39:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T19:00:55.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T18:23:43.823Z (over 1 year ago)
- Language: Python
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```