NaNoGenMo / 2017

National Novel Generation Month, 2017 edition.
https://nanogenmo.github.io
185 stars 7 forks source link

Copycat: character-based recurrent neural network novel generation in the style of existing novels #60

Open anandkulkarni opened 6 years ago

anandkulkarni commented 6 years ago

This entry uses a character-based recurrent neural net to generate a novel based on a text training set provided by the user, which can be a text file or something grabbed from Project Gutenberg.

Parameters will be tuned to produce reasonably good output at the expense of training time.

Like other character-based neural net models, the text is optimized for subsequent characters only, so the output will have general stylistic similarities but not make much sense.