Open ghost opened 7 years ago
One question. Would n't you model lose valuable information like connecting x variables and y-variables? (From the Image, I am guessing your goal is to predict a missing term using its neighbouring words or characters.)
If my guess is right then, just use all these variables as one input and use one model.
I am new to TensorFlow. I am trying to implement the architecture shown below.
In keras, its very easy to do this- below is the example-
I have written the code for two different lstm models. I need help in merging these two models using tensorflow?
-------many to one rnn1------
-------many to one rnn2-----