Adding static data( not changing over time) to sequence data in LSTM
问题 I am trying to build a model like the following figure. Please see the following image: I want to pass sequence data in LSTM layer and static data (blood group, gender) in another feed forward neural network layer. Later I want to merge them. However, I am confused about the dimenstion here. If my understaning is right(which i depict in the image), how the 5-dimensional sequence data can be merged with 4 dimenstional static data? Also, what is the difference of attention mechanism with this