Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

update #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion seq2seq-translation/seq2seq-translation-batched.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"This is made possible by the simple but powerful idea of the [sequence to sequence network](http://arxiv.org/abs/1409.3215), in which two recurrent neural networks work together to transform one sequence to another. An encoder network condenses an input sequence into a single vector, and a decoder network unfolds that vector into a new sequence.\n",
"\n",
"To improve upon this model we'll use an [attention mechanism](https://arxiv.org/abs/1409.0473), which lets the decoder learn to focus over a specific range of the input sequence."
]
]
},
{
"cell_type": "markdown",
Expand Down