From d195e4f0390fe447cddcaeb84f164fee426ab7d9 Mon Sep 17 00:00:00 2001 From: tfavory <43109272+tfavory@users.noreply.github.com> Date: Thu, 4 Oct 2018 22:31:11 +0800 Subject: [PATCH] Update README.MD project update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c2a67d..0f85416 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,16 @@ Please refer to the notebook for an overview of the results. ## Improvement ideas ### Short term: -* Clean the corpus +* Clean the corpus (done) * Find more data * Save a model * Try LSTM -* Train a model based on sequences of words instead of characters +* Train a model based on sequences of words instead of characters (memory issues) ### Middle term goals: -* Create a rhyme generator +* Create a rhyme generator (done, LSTM) * Train a model backward: from the last word to the first +* Try Bi-directional LSTMs The idea is to generate the rhymes first, and then write the lines from the last word to the first. This process makes sure that the generated poems rhyme.