Long Short-Term Memory (LSTM) neural network for modelling the English language at word level. This code is part of an assignment for MCSC7230 at UOIT.
For training data you can download your favorite pieces of literature (in English) from ProjectGutenberg.
The implementation is based on the code by Vrishabh Lakhani.
- Linux
- Python 3
- NVIDIA GPU + CUDA cuDNN
- Install Keras and dependencies from https://github.com/fchollet/keras
- Install Natural Language Toolkit (https://www.nltk.org/)