Skip to content

liusiqi43/char-rnn-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

char-rnn-tf

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow. Based on karpathy/char-rnn and his excellent write-up.

Dependency

Tensorflow

Sample data

Obama's speeches pulled from whitehouse press release.

Usage

python train.py --txt_path=obama.txt --session_path=./checkpoints to train and python sample.py to try on sample text.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages