HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Generating Sequences With Recurrent Neural Networks

Alex Graves

Generating Sequences With Recurrent Neural Networks

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.

Code Repositories

robertknight/textgen
pytorch
Mentioned in GitHub
hardmaru/sketch-rnn-datasets
tf
Mentioned in GitHub
AnesBenmerzoug/Handwriting-Model
pytorch
Mentioned in GitHub
YukiDaSlayer316/R-Tutorial
Mentioned in GitHub
sotelo/scribe
Mentioned in GitHub
raymondhs/char-rnn-truecase
pytorch
Mentioned in GitHub
cody2007/arcane_fortune
Mentioned in GitHub
szcom/rnnlib
Mentioned in GitHub
grzego/handwriting-generation
tf
Mentioned in GitHub
KurtAhn/lyrebird
tf
Mentioned in GitHub
karpathy/char-rnn
pytorch
Mentioned in GitHub
karpathy/makemore
pytorch
Mentioned in GitHub
hardmaru/write-rnn-tensorflow
tf
Mentioned in GitHub
greydanus/scribe
tf
Mentioned in GitHub
vladbataev/handwriting_synthesis
pytorch
Mentioned in GitHub
kedartatwawadi/NN_compression
tf
Mentioned in GitHub
rahulbhalley/Recurrent-Nets-in-Pytorch
pytorch
Mentioned in GitHub
srikanth-sfu/lyrebird
pytorch
Mentioned in GitHub
adbrebs/handwriting
Mentioned in GitHub
jparkhill/TensorMol
tf
Mentioned in GitHub
pnshiralkar/text-to-handwriting
tf
Mentioned in GitHub
Akella17/Handwriting_Synthesis
tf
Mentioned in GitHub
rahulbhalley/rnns-in-pytorch
pytorch
Mentioned in GitHub
Julie260/DeepLearningProject
pytorch
Mentioned in GitHub
jolinxql/LSTM
Mentioned in GitHub
edwinzhng/handwriting-synthesis
tf
Mentioned in GitHub
altsoph/paranoid_transformer
pytorch
Mentioned in GitHub
yukikongju/R-Tutorial
Mentioned in GitHub
ciaua/HandwritingPyTorch
pytorch
Mentioned in GitHub
rockyyliang/handwrite
pytorch
Mentioned in GitHub
Muiiya/research
Mentioned in GitHub
sjvasquez/handwriting-synthesis
tf
Mentioned in GitHub
azfarkhoja305/Handwritten-RNNs
pytorch
Mentioned in GitHub
badhandas/hw_synthesis
pytorch
Mentioned in GitHub
ZhouYC627/NN_Compression
tf
Mentioned in GitHub
larspars/word-rnn
pytorch
Mentioned in GitHub
rahul96rajan/text-2-strokes
pytorch
Mentioned in GitHub
feiwu77777/Handwriting_gen
tf
Mentioned in GitHub
CongBao/ChatBot
Mentioned in GitHub
cpmpercussion/keras-mdn-layer
tf
Mentioned in GitHub
swechhachoudhary/Handwriting-synthesis
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
language-modelling-on-enwiki8LSTM (7 layers)
Bit per Character (BPC): 1.67

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Generating Sequences With Recurrent Neural Networks | Papers | HyperAI