Skip to content

ranjith502/Automatic-text-generation-using-lstm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Automatic-text-generation-using-lstm

we are going to generate text using two methods

  1. word by word sequence
  2. letter by letter sequence

word by word sequence

  1. converting lines to paragraph
  2. cleaning of text
  3. creating data text we are using 50 words to predict next word
  4. preparing data into lstm format
  5. training model
  6. predicting next word

letter by letter sequence

  1. cleaning of text
  2. creating data text we are using 100 characters to predict next character
  3. preparing data into lstm format
  4. training model
  5. predicting next word

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published