Code based on tensorflow tutorial on building a PTB LSTM model. https://www.tensorflow.org/versions/r0.9/tutorials/recurrent/index.html#recurrent-neural-networks
- PTB: http://www.fit.vutbr.cz/~imikolov/rnnlm/simple-examples.tgz
- tinyshakespeare: https://github.com/karpathy/char-rnn/tree/master/data/tinyshakespeare
- train: python train.py
- test: python test.py