File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
:alt:
46
46
47
47
To improve upon this model we'll use an `attention
48
- mechanism <https://arxiv.org/abs/1409.0473 >`__, which lets the decoder
48
+ mechanism <https://arxiv.org/abs/1508.04025 >`__, which lets the decoder
49
49
learn to focus over a specific range of the input sequence.
50
50
51
51
**Recommended Reading:**
66
66
Statistical Machine Translation <https://arxiv.org/abs/1406.1078>`__
67
67
- `Sequence to Sequence Learning with Neural
68
68
Networks <https://arxiv.org/abs/1409.3215>`__
69
- - `Neural Machine Translation by Jointly Learning to Align and
70
- Translate <https://arxiv.org/abs/1409.0473 >`__
69
+ - `Effective Approaches to Attention-based Neural Machine
70
+ Translation <https://arxiv.org/abs/1508.04025 >`__
71
71
- `A Neural Conversational Model <https://arxiv.org/abs/1506.05869>`__
72
72
73
73
You will also find the previous tutorials on
You can’t perform that action at this time.
0 commit comments