write-rnn-tensorflow

Handwriting generator

Generates handwritten characters using an LSTM mixture density network with TensorFlow

Generative Handwriting using LSTM Mixture Density Network with TensorFlow

GitHub

700 stars
29 watching
166 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
batzner/tensorlmA Python wrapper library for training and generating text with RNNs in TensorFlow61
l1aoxingyu/char-rnn-gluonA Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework.58
tensorflow/gnnBuilds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques.1,372
sherjilozair/char-rnn-tensorflowA tool for training and sampling character-level language models using multi-layer recurrent neural networks2,643
l1aoxingyu/char-rnn-pytorchA PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data.143
hardmaru/pytorch_notebooksA collection of tutorial notebooks focused on building and training neural networks using PyTorch.386
liqimai/gcnAn implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries.45
carpedm20/lstm-char-cnn-tensorflowAn implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures.769
guillaumegenthial/sequence_taggingNamed Entity Recognition model using LSTM and CRF with character embeddings1,947
wenxinxu/resnext-in-tensorflowAn implementation of a deep neural network architecture in TensorFlow78
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
zsdonghao/text-to-imageA TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture602
dinghanshen/swemReproduces the results of an ACL 2018 paper on simple word-embedding-based models for natural language processing tasks.284
hkust-knowcomp/r-netAn implementation of R-NET, a machine reading comprehension model using scaled multiplicative attention and variational dropout.578
tensorflow/textPreprocessing and processing tools for text data in machine learning models1,239