Skip to content
This repository has been archived by the owner on Sep 9, 2018. It is now read-only.

rougetimelord/text.RNN

Repository files navigation

text.RNN by rouge Build Status

A simple little (psuedo)RNN that chooses the next word dependent on the current word based on what it's seen.

A brief explanation of the three parts of this project:

text.Learner:
  • Learns text by assigning point values based on precentage of text
text.Speaker:
  • Outputs text trying to mimic input
text.Scorer:
  • Lets the user update the scores of words to achieve better readiblity

Releases

No releases published

Packages

No packages published

Languages