Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akihironitta/generative-deep-learning
[WIP] PyTorch implementation of models in Generative Deep Learning book by David Foster.
https://github.com/akihironitta/generative-deep-learning
Last synced: 26 days ago
JSON representation
[WIP] PyTorch implementation of models in Generative Deep Learning book by David Foster.
- Host: GitHub
- URL: https://github.com/akihironitta/generative-deep-learning
- Owner: akihironitta
- Created: 2020-01-14T06:42:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T09:29:17.000Z (almost 5 years ago)
- Last Synced: 2024-12-05T17:52:08.029Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Generative Deep Learning
* DESCRIPTION
PyTorch implementation of deep learning models introduced in Generative Deep Learning (O’Reilly).
The official code repository (in Keras) is https://github.com/davidADSP/GDL_code.
* List of Models
1. Paint: CycleGAN
2. Write: RNN, LSTM
3. Compose: RNN, MuseGAN
4. Play: VAE, MDN-RNN