This exercise explores the use of LSTM-networks for the task of poetry generation.
To make it work finish src/train.py
. The LSTM-cells are typically defined as,
The input is denoted as
When you have trained a model, run src/recurrent_poetry.py
, enjoy!
(Exercise inspired by: https://karpathy.github.io/2015/05/21/rnn-effectiveness/)