浏览代码

Merge pull request #29 from lvapeab/patch-1

NMT-Keras: Neural Machine Translation
François Chollet 7 年之前
父节点
当前提交
9604e7ac8f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.