LoginSignup
0
0

More than 5 years have passed since last update.

[Review] Neural Machine Translation (seq2seq) Tutorial

Last updated at Posted at 2018-03-27

Link: https://www.tensorflow.org/tutorials/seq2seq

Authors: Thang Luong, Eugene Brevdo, Rui Zhao

This version of the tutorial requires TensorFlow Nightly. For using the stable TensorFlow versions, please consider other branches such as tf-1.4.

Sequence to Sequence Learning with Neural Networks

Check this post.
https://qiita.com/Rowing0914/items/73d6882cf2ba35c78443

Tutorial

In this tutorial, we consider as examples a deep multi-layer RNN which is unidirectional and uses LSTM as a recurrent unit. And the content hugely rely on the thesis of Thang Luong.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0