TensorFlow for RNN

The basic workflow for creating RNN models in low-level TensorFlow library is almost the same as MLP:

Let us look at the various classes available to support the previous workflow.