Multiple Sequence Input for LSTM (error message)
5 views (last 30 days)
Show older comments
Hi all,
I'm new in Matlab and facing an issue.
I wanna try to use multiple sequences inputs for LSTM as below:

and it will be connected to get a new output prediction. each sequence projects each time value as t=0, t=1 and t=2. three of them will be proceeded to the LSTM layer separatedly instead of using the same layer. the error message saying that I only can put one sequence input. So I have been wondering, should the architecture be like this?

the inputs are t=0, t=1 and t=2. the output will be t=3. the next looping input will be t=1, t=2 and t=3 to get the t=4 output and so on and so on. The layer may be changed to GRU in this case but generally, the input model should be like the first picture.
Logically, the sequence input on the second model will be proceeded 3 times in each LSTM instead of the data separatedly proceeded in 3 set of time in 3 uncorrelated LSTM layers.
Kindly help me on this matter.
0 Comments
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!