From bd1a7f7d206740b900cab87fbd20e1924ba14852 Mon Sep 17 00:00:00 2001 From: nzw Date: Fri, 19 Aug 2016 03:41:45 +0900 Subject: [PATCH] Add links for text --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3275837..8c93483 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ If you have a high-quality tutorial or project to add, please open a PR. - [LSTM text generation](https://github.com/fchollet/keras/blob/master/examples/lstm_text_generation.py) - [Using pre-trained word embeddings](https://github.com/fchollet/keras/blob/master/examples/pretrained_word_embeddings.py) - [Monolingual and Multilingual Image Captioning](https://github.com/elliottd/GroundedTranslation) +- [FastText on the IMDB dataset](https://github.com/fchollet/keras/blob/master/examples/imdb_fasttext.py) +- [Structurally constrained recurrent nets text generation](https://github.com/nzw0301/keras-examples/blob/master/SCRNLM.ipynb) ### Working with images