Browse Source

Merge pull request #29 from lvapeab/patch-1

NMT-Keras: Neural Machine Translation
François Chollet 7 years ago
parent
commit
9604e7ac8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -126,3 +126,4 @@ If you have a high-quality tutorial or project to add, please open a PR.
 - [Headline generator](https://github.com/udibr/headlines): independent implementation of [Generating News Headlines with Recurrent Neural Networks](http://arxiv.org/abs/1512.01712)
 - [LipNet](https://github.com/rizkiarm/LipNet): independent implementation of [LipNet: End-to-End Sentence-level Lipreading](https://arxiv.org/abs/1611.01599).
 - [caption_generator](https://github.com/anuragmishracse/caption_generator): An implementation of image caption generation in natural language inspired from [Show and Tell: A Neural Image Caption Generator](https://arxiv.org/pdf/1411.4555.pdf).
+- [NMT-Keras](https://github.com/lvapeab/nmt-keras): Neural Machine Translation using Keras.