I use TensorFlow to predict time series data. So, it looks like I have 50 tags, and I want to know the following 5 possible tags.
As shown in the following figure, I want to make it look like a 4th structure. 
I watched a tutorial demo: Recursive Neural Networks
But I found that it can provide as the fifth in the above image, which is different.
I am wondering which model I can use? I am thinking about seq2seq models, but not sure if this is the right way.
source share