Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 260 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 260 Bytes

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.