Skip to content

gatala/NLP_TextGen_LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP with LSTM & TensorFlow

This model uses word embedding and LSTM to generate new text based on Alice in Wonderland.

Here's a sample of the original text:
     ‘You are old, Father William,’ the young man said,
     ‘And your hair has become very white;
     And yet you incessantly stand on your head--
     Do you think, at your age, it is right?’

The model generated prose that seems to have kept some of the original absurd style!
     alice felt dreadfully puzzled. the hatter’s remark seemed to have no
     sort of meaning in it, and yet it was certainly english. ‘i don’t quite
     understand you, and listen to me! i’ll soon make you
     dry enough! ’

Worth noting that the text generator picks the highest probability word each time. Adding some randomness (see the Generate Next Word cell) produces interesting results.

About

Generating new text based on Alice in Wonderland

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages