jvpoulos / c-rnn-gan

Implementation of C-RNN-GAN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of C-RNN-GAN.

Publication: Title: C-RNN-GAN: Continuous recurrent neural networks with adversarial training Information: http://mogren.one/publications/2016/c-rnn-gan/

Bibtex:

@inproceedings{mogren2016crnngan, title={C-RNN-GAN: A continuous recurrent neural network with adversarial training}, author={Olof Mogren}, booktitle={Constructive Machine Learning Workshop (CML) at NIPS 2016}, pages={1}, year={2016} }

A generative adversarial model that works on continuous sequential data. Implementation uses Python and Tensorflow, and depends on https://github.com/vishnubob/python-midi for MIDI file IO.

Author: Olof Mogren

About

Implementation of C-RNN-GAN.


Languages

Language:Python 97.0%Language:Shell 3.0%