A re-implementation of the Sentence VAE paper, Generating Sentences from a Continuous Space
-
Updated
Sep 22, 2022 - Python
A re-implementation of the Sentence VAE paper, Generating Sentences from a Continuous Space
Text generation using a character-based RNN with LSTM cells. We will work with a dataset of Shakespeare's writing from Andrej Karpathy's The Unreasonable Effectiveness of Recurrent Neural Networks. Given a sequence of characters from this data ("Shakespear"), train a model to predict the next character in the sequence ("e"). Longer sequences of …
This repo contains a collection of scripts for builiding a text generator by training a recurrent neural network on a large text dataset.
PyTorchのGRUを用いてseqence-to-seqenceを実装
Generate text using a character-based RNN
Add a description, image, and links to the text-generation-using-rnn topic page so that developers can more easily learn about it.
To associate your repository with the text-generation-using-rnn topic, visit your repo's landing page and select "manage topics."