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 …
python keras text-generation recurrent-neural-networks lstm rnn lstm-cells text-generation-using-rnn
- Updated
Sep 28, 2020 - Python