Modified Seq2seq model using recurrent memory network
Python
Seq2seq model with different decoders
Implementation of RNN Encoder-Decoder.
The original RNN Encoder-Decoder is implemented and trained with IWSLT-2016 and Multi30K dataset.
The modified model is based on Recurrent Memory Network proposed by Ke Tran.