Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
Full credit goes to sherjilozair; this is mostly reused code from https://github.com/sherjilozair/char-rnn-tensorflow
To train with default parameters on the tinyshakespeare corpus, run:
python train.pyTo test on trained model, run:
python sample.py --pick 2 --width 4Refer to sample.py for all editable parameters
python train.py --init_from /save