Skip to content

shmishtopher/Twitter-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-RNN

🐦 Learning to compose Tweets using recurrent neural networks.

alt text

Usage

Training:

npm run charRNN:train

Testing:

npm run charRNN:test

Predicting:

npm run charRNN:predict --beam-width 20 --beam-depth 20 --seed "@LOLTrish hey  long time no see! Yes.. Rains a bit, only a bit LOL, I'm fine tha"
Flag Description
--beam-width The number of branches to split into at each stage
--beam-depth The number of characters to generate
--seed The seed to use, must be at least 60 characters long

About

🐦 Learning to compose Tweets using recurrent neural networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published