/tf_nmt_tutorial

A simple implementation of Tensorflow nmt tutorial

Primary LanguageJupyter Notebook

Tensorflow nmt tutorial

A simple implementation of Tensorflow nmt tutorial

0. basic_model

Basic seq2seq model
basic seq2seq model

1. embedding_model

Basic Model + Embedding Layer
Basic Model + Embedding Layer

2. attention_model

Basic Model + Embedding Layer + Attention Connection

Basic Model + Embedding Layer + Attention

3. bidirectional_model

Basic Model + Embedding Layer + Attention Connection + Bidirecional Encoder

Basic Model + Embedding Layer + Attention + Bidirecional Encoder

4. beamsearch_model

Basic Model + Embedding Layer + Attention Connection + Bidirecional Encoder
+ beamsearch decoder when inference