An open API service indexing awesome lists of open source software.

https://github.com/aquatiko/language-model-shakespere-generator

Character level LSTM based language generator based on Shakespere corpus.
https://github.com/aquatiko/language-model-shakespere-generator

language-modeling lstm natural-language-processing shakespeare

Last synced: about 1 year ago
JSON representation

Character level LSTM based language generator based on Shakespere corpus.

Awesome Lists containing this project

README

          

# Language-Model-Shakespere-generator
This is project based on Natural Language generation where the user gives a starting sentence and the model predicts(completes) the rest of the sentence.

This has been trained on a sonnet written by Shakespere using LSTMs and applying a character level language generator.

As currrent state of the art techniques related to this topic are still in beggining stages but experimenting with different sequence lengths, length of 100 seems to be giving better result as a character based model for this particular corpus.