Website which uses Deep Learning to generate horror stories.
-
Updated
Jul 27, 2021 - Jupyter Notebook
Website which uses Deep Learning to generate horror stories.
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 …
Graph convolution-based visual storytelling
Generador de freestyle basado en batallas de RAP
Website which uses Deep Learning to generate horror stories.
Developed an LSTM model to generate text, mimicking the style of Nietzsche's writings
This repo contains a collection of scripts for builiding a text generator by training a recurrent neural network on a large text dataset.
poems text generation
RNN is one of the very powerful deep-learning algorithm which works amazingly well on Sequential Data. As historical or past data plays major role in the prediction of sequential data, RNN takes these inputs of not only recent output but also past output. Here I have used GRU for the prediction of eminem's Rap.
PyTorchのGRUを用いてseqence-to-seqenceを実装
Text GAN trained on Star Wars episode IV script. All information taken from official TensorFlow tutorial page. Char-embedded.
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."