Skip to content

gy910210/char-rnnlm-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Char RNN Language Model based on Tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow.

If you are not familar with RNN, you can first read my post https://github.com/pangolulu/rnn-from-scratch.

Inspired from Andrej Karpathy's char-rnn.

See his article The Unreasonable Effectiveness of Recurrent Neural Network to learn more about this model.

How to use?

In the directory scripts, you can first run sh shakespeare.sh to train the model, and the run sh sample.sh to sample text based on the model.

Releases

No releases published

Packages

No packages published