Generating Sequences With Recurrent Neural Networks
Neural and Evolutionary Computing
2014-06-06 v5 Computation and Language
Abstract
This paper shows how Long Short-term Memory recurrent neural networks can be used to generate complex sequences with long-range structure, simply by predicting one data point at a time. The approach is demonstrated for text (where the data are discrete) and online handwriting (where the data are real-valued). It is then extended to handwriting synthesis by allowing the network to condition its predictions on a text sequence. The resulting system is able to generate highly realistic cursive handwriting in a wide variety of styles.
Cite
@article{arxiv.1308.0850,
title = {Generating Sequences With Recurrent Neural Networks},
author = {Alex Graves},
journal= {arXiv preprint arXiv:1308.0850},
year = {2014}
}
Comments
Thanks to Peng Liu and Sergey Zyrianov for various corrections