Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
readme_edit_1
  • Loading branch information
Toni-Antonova committed Jul 31, 2017
1 parent a78b66c commit 61726eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
@@ -1,5 +1,14 @@
# VAE-Text-Generation
NLP & Text Generation Using A Varational Autoencoder
NLP & Text Generation Using A Variational Autoencoder

The code above is a Keras implementation of the ideas in this paper: [Generating Sentences from a Continous Space](https://arxiv.org/pdf/1511.06349.pdf).

***

*Tested on Keras with a Tensorflow backend.*

Additional resources used:
[Keras Implementation of Variational Autoencoder Using MNIST Dataset](https://github.com/fchollet/keras/blob/master/examples/variational_autoencoder.py)
[Facebook's fastText pre-trained word vectors](https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md)
***
Coming Soon: A blogpost detailing its application in poetry generation and summarization.

0 comments on commit 61726eb

Please sign in to comment.