Two approches:
- Associated Network Model.
- GRU DRNN.
- Consists of 5 GRU DRNN sub-networks.
- Number of Input Nodes = 1 (Takes array of 5 elements)
- Number of Output Nodes= 5 (Outputs single value from each 5 nodes)
- Consists of 2 GRU layers and 1 fully connected Dense layer.
- Number of Input Nodes = 1
- Number of Output Nodes= 1