char-rnn

Text generator

A framework for training and generating text sequences using multi-layer Recurrent Neural Networks

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch

GitHub

12k stars
534 watching
3k forks
Language: Lua
last commit: almost 3 years ago
Linked from 3 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sherjilozair/char-rnn-tensorflowA tool for training and sampling character-level language models using multi-layer recurrent neural networks2,643
jcjohnson/torch-rnnEfficient RNN and LSTM modules for use in neural networks2,509
l1aoxingyu/char-rnn-gluonA Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework.58
minimaxir/textgenrnnA Python module for creating character-level or word-level neural networks for text generation and training on various datasets4,944
karpathy/neuraltalkA system for generating image descriptions using neural networks5,414
carpedm20/lstm-char-cnn-tensorflowAn implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures.769
element-research/rnnA Lua-based library for building and working with recurrent neural networks941
l1aoxingyu/char-rnn-pytorchA PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data.143
yoonkim/lstm-char-cnnAn LSTM language model with a convolutional neural network over characters as input to predict words.826
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
richardassar/samplernn_torchA Torch implementation of a deep learning model for generating audio from input data156
karpathy/neuraltalk2Efficient image captioning model using a CNN followed by an RNN in deep learning on GPU5,515
iassael/torch-bnlstmAn implementation of a recurrent neural network architecture with batch normalization92
emited/variationalrecurrentneuralnetworkA deep learning implementation of a VRNN model for sequential data processing282
mahyarnajibi/fast-rcnn-torchA Torch implementation of the Fast R-CNN object detection algorithm134