Quasi-Recurrent Neural Networks

Recurrent neural networks are a powerful tool for modeling sequential data, but the dependence of each timestep’s computation on the previous timestep’s output limits parallelism and makes RNNs unwieldy for very long sequences.

https://ai.googleblog.com/2019/03/rnn-based-handwriting-recognition-in.html

For more details, visit the source.