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

https://github.com/tokestermw/text-gan-tensorflow

TensorFlow GAN implementation using Gumbel Softmax
https://github.com/tokestermw/text-gan-tensorflow

artificial-intelligence deep-learning gan gumbel-softmax language-model python tensorflow tensorflow-gan

Last synced: about 1 year ago
JSON representation

TensorFlow GAN implementation using Gumbel Softmax

Awesome Lists containing this project

README

          

# TensorFlow Text GAN using Gumbel Softmax

Under construction..

### References

* [Professor Forcing: A New Algorithm for Training Recurrent Networks](https://arxiv.org/abs/1610.09038)
* [SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient](https://arxiv.org/abs/1609.05473)
* [Generating Text via Adversarial Training](https://people.duke.edu/~yz196/pdf/textgan.pdf)
* [Controllable Text Generation](https://arxiv.org/abs/1703.00955)