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

Latest commit

 

History

History
11 lines (8 loc) · 527 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 527 Bytes

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