I built several neural networks with TensorFlow, for example, basic MLP and convolutional neural networks. Now I want to move on to repeating neural networks. However, I have no experience in natural language processing. Therefore, TensorFlow NLP tutorials for RNN are not easy to read for me (and also not very interesting).
Basically, I want to start with something simple, not LSTM.
How to build a simple recurrent neural network, such as an Elman network, in TensorFlow?
I could only find GRU or LSTM RNN examples for TensorFlow, mainly for NLP. Does anyone know of some simple neural network recurrence tutorials or examples for TensorFlow?
This figure shows the core Elman network, which is often simply called the SRN (Simple Recurrent Network):

source share