Word based text generator using tensorflow with LSTM
This code builds an rnn model to generate next words from their 10 previous words of a text. The model was trained on a "Harry Potter and the Sorcerer's Stone" chapter which contains 442744 characters.