Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Matanatr96/WordRnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-rnn-tensorflow

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

Full credit goes to sherjilozair; this is mostly reused code from https://github.com/sherjilozair/char-rnn-tensorflow

Requirements

Basic Usage

To train with default parameters on the tinyshakespeare corpus, run:

python train.py

To test on trained model, run:

python sample.py --pick 2 --width 4

Refer to sample.py for all editable parameters

Updating trained model

python train.py --init_from /save

About

Simple Tensorflow Word Rnn Trained On S&P Stories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages