LSTM-based Character-Level Language Modeling System
Jump to navigation
Jump to search
An LSTM-based Character-Level Language Modeling System is a neural character-level LM system that implements an LSTM-based character-level LM algorithm to produce LSTM character-level LMs.
- Example(s):
- the one implemented in (Karpathy, 2015).
- …
- Counter-Example(s):
- See: MLE-based Character-Level Language Modeling.
References
2015
- (Karpathy, 2015) ⇒ Andrej Karpathy. (2015). “The Unreasonable Effectiveness of Recurrent Neural Networks.” In: Proceedings of Blog post 2015-05-21.
- QUOTE: ... By the way, together with this post I am also releasing code on Github that allows you to train character-level language models based on multi-layer LSTMs. You give it a large chunk of text and it will learn to generate text like it one character at a time. …