Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow. Based on karpathy/char-rnn and his excellent write-up.
Tensorflow
Obama's speeches pulled from whitehouse press release.
python train.py --txt_path=obama.txt --session_path=./checkpoints
to train and python sample.py
to try on sample text.