Bläddra i källkod

Merge pull request #5 from elliottd/patch-1

Update README.md
François Chollet 8 år sedan
förälder
incheckning
c528ef62ad
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      README.md

+ 1 - 0
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)
 - [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)
 - [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)
 - [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
 ### Working with images