MLPs (Multi-Layer Perceptrons)
[https://www.data-blogger.com/2017/02/26/artificial-neural-nets-a-gentle-introduction/]
are great for many classification and regression tasks. However, it is hard for
MLPs to do classification and regression on sequences. In this Python deep
learning tutorial, a GRU is implemented in TensorFlow. Tensorflow is one of the
many