Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
/ article-rnn Public archive

A two pass RNN model for generating articles

License

Notifications You must be signed in to change notification settings

TimFinucane/article-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Generator

This code is used for training an RNN on large amounts of coherent text data, where each 'article' is also too large to train on in one run.

The algorithm usees characters as its basis, rather than a corpus, however does a 2 pass run where related characters are converted into words through an initial RNN before then being run through a word-level RNN.

The code supports saving and restoring from a model in the training function. Models (saved through tf.train.Saver) are placed by default into ./save

About

A two pass RNN model for generating articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages