crazydonkey200/tensorflow-char-rnn
A character-level language model using multilayer RNN/LSTM/GRU implemented in TensorFlow.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
Implements Andrej Karpathy’s Char-RNN for character-level sequence modeling. Trains a recurrent neural network on text data to predict the next character, generating text character by character. Supports LSTM and GRU cells with configurable model architectures for text generation tasks.