A text generating Recurrent Neural Network trained on the first book of the Bible: Genesis.
The Genesis model was trained using python and Tensorflow. Setup can be found here and a general outline to LSTM data and training can be found here.
This particular model was generated with the following hyperparameters:
--rnn_size 128 --num_layers 2 --seq_length 64 --batch_size 32 --num_epochs 1000