Skip to content

Commit

Permalink
add paper in openreview
Browse files Browse the repository at this point in the history
  • Loading branch information
SwordYork committed Jan 22, 2017
1 parent 937589a commit 9acd8d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ Deep Character-Level Neural Machine Translation
============
We implement a **Deep Character-Level Neural Machine Translation By Learning Morphology** based on [Theano](https://github.com/Theano/Theano) and [Blocks](https://github.com/mila-udem/blocks). Please intall relative packages according to [Blocks](http://blocks.readthedocs.io/en/latest/setup.html) before testing our program. Note that, please use Python 3 instead of Python 2. There will be some problems with Python 2.

It is an improved version of [DCNMT](https://github.com/swordyork/dcnmt/tree/old-version), the architecture of DCNMT is shown in the following figure which is a single, large neural network. Please refer to the paper for the details.
It is an improved version of [DCNMT](https://github.com/swordyork/dcnmt/tree/old-version), the architecture of DCNMT is shown in the following figure which is a single, large neural network.
![DCNMT](/figures/dcnmt.png?raw=true "The architecture of DCNMT")

Please refer to the paper for the details.
> Deep Character-Level Neural Machine Translation By Learning Morphology ([openreview](https://openreview.net/forum?id=rJq_YBqxx), submitted to ICLR 2017)
> by Shenjian Zhao, Zhihua Zhang

Training
-----------------------
Expand Down

0 comments on commit 9acd8d3

Please sign in to comment.