# Generating Sequences With Recurrent Neural Networks Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/generating-sequences-with-recurrent-neural-networks
> Markdown URL: https://aitinkerers.org/technologies/generating-sequences-with-recurrent-neural-networks.md
> Technology record last updated: 2026-08-11T07:50:52Z
> Generated: 2026-09-21T20:41:04Z

This technology leverages Long Short-Term Memory (LSTM) recurrent neural networks to generate complex, realistic sequences with long-range structure, predicting one data point at a time.

Generating Sequences with Recurrent Neural Networks, a foundational 2013 paper by Alex Graves, demonstrates how LSTM RNNs can generate intricate sequences by predicting individual data points. The method excels with both discrete data (text) and real-valued data (online handwriting), even extending to handwriting synthesis conditioned on text input. This approach, which models the probability distribution of future events given past information, produces highly realistic cursive handwriting across various styles, showcasing the power of RNNs to capture long-term dependencies and generate novel, plausible sequences.

- Official technology site: https://arxiv.org/pdf/1308.0850.pdf
- Public AI Tinkerers demos and talks: 0
- Result page: 1 of 1

## Recent Public Talks and Demos

No public projects are currently indexed for this technology.
