From 93c48af0a0fc7c81744cb094e7d5f3fa2f978e3b Mon Sep 17 00:00:00 2001 From: Desmond Elliott Date: Fri, 29 Jul 2016 16:04:33 +0200 Subject: [PATCH] Update README.md Added link to codebase for doing monolingual and multilingual image description with Keras. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e470d2..9e14970 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ If you have a high-quality tutorial or project to add, please open a PR. - [Sequence to sequence learning for performing additions of strings of digits](https://github.com/fchollet/keras/blob/master/examples/addition_rnn.py) - [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) ### Working with images