It is a seq2seq model that translates German into English. The dataset used Multi30k in French and English. This implementation focuses on the following features:
- Using Bahdanau Attention
- Comparison between models with and without attention
- Encoder: RNN
- Decoder: RNN
- Encoder : GRU
- Decoder : GRU
- Attention : Bahdanau Attention