Implementations of two Neural Machine Translation Models:
1. CNN-ResNet-BiGRU
Paper: "Fully Character-Level Neural Machine Translation without Explicit Segmentation", 2016
Implementation: https://github.com/violaciao/Char-NMT
2. Quasi-RNN
Paper: "Quasi-Recurrent Neural Networks", ICLR 2017
Many thanks to Jay Parks for the public implementation of QRNN, which served as a starting point for our implementation: https://github.com/JayParks/quasi-rnn