sherjilozair/char-rnn-tensorflow
A character-level language model implementation using multi-layer LSTM/GRU recurrent neural networks built with TensorFlow.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
This repository provides a character-level language model based on multi-layer recurrent neural networks (LSTM or RNN) implemented in Python using TensorFlow. Inspired by Andrej Karpathy’s original char-rnn, it trains on text corpora to generate new text character-by-character. Users can train on custom text datasets and sample sequences from trained model checkpoints.