IndicoDataSolutions / Passage

A little library for text analysis with RNNs.
MIT License
530 stars 134 forks source link

Language model/generator? #42

Open slyons opened 8 years ago

slyons commented 8 years ago

I've been trying to get a simple text generator similar to the result in this blog post: http://karpathy.github.io/2015/05/21/rnn-effectiveness/.

Is there anyone who can come up with an example of doing this with passage?