From d0260e83322476066b038bd6a1540c4b2700eb0d Mon Sep 17 00:00:00 2001 From: julie Date: Fri, 15 Sep 2017 23:03:00 -0700 Subject: [PATCH] Add nmt_without_attention: English version of readme --- nmt_without_attention/README.md | 2 +- nmt_without_attention/index.html | 474 ++++++++++++++++--------------- 2 files changed, 239 insertions(+), 237 deletions(-) diff --git a/nmt_without_attention/README.md b/nmt_without_attention/README.md index 85ea5e38..a7783cb0 100644 --- a/nmt_without_attention/README.md +++ b/nmt_without_attention/README.md @@ -343,4 +343,4 @@ So far, we implemented a basic machine translation model using PaddlePaddle. We [2] Cho K, Van Merriënboer B, Gulcehre C, et al. [Learning phrase representations using RNN encoder-decoder for statistical machine translation (http://www.aclweb.org/anthology/D/D14/D14-1179 .pdf) [C]. Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2014: 1724-1734. -[3] Bahdanau D, Cho K, Bengio Y. [Neural machine translation by exclusive learning to align and translate] (https://arxiv.org/abs/1409.0473) [C]. Proceedings of ICLR 2015, 2015 \ No newline at end of file +[3] Bahdanau D, Cho K, Bengio Y. [Neural machine translation by exclusive learning to align and translate] (https://arxiv.org/abs/1409.0473) [C]. Proceedings of ICLR 2015, 2015 diff --git a/nmt_without_attention/index.html b/nmt_without_attention/index.html index d9287ecb..cca9a13d 100644 --- a/nmt_without_attention/index.html +++ b/nmt_without_attention/index.html @@ -40,255 +40,257 @@ -- GitLab