A program for training sequence-to-sequence LSTMs in Keras
This program is based on A ten-minute introduction to sequence-to-sequence learning in Keras, but uses a word-level model with an embedding layer, rather than a character-level model.
example_usage.py
demonstrates how you can use the program.
- keras
- tensorflow (should work with other backends too, but I haven't tested it)