How to create a LSTM model for multivariate time dependent time series
    조회 수: 10 (최근 30일)
  
       이전 댓글 표시
    
I want to forecast a time series using two dependent time series. How can I do this task with Matlab Deep Learning Toolbox? I used the following architecture:
Sequence Input Layer(2) LSTM Layer(100) Fully Connected Layer(1) Regression Layer
I shifted my training output by one time step and standardized the data. When I run my code I get the following error:
Invalid training data. For cell array input, responses must be a an N-by-1 array of sequences, where N is the number of sequences. …
댓글 수: 0
답변 (1개)
  Venu
      
 2024년 1월 11일
        You can refer to this example to train a multi-output LSTM network using a custom training loop: 
This example shows multi-step ahead (closed loop) predictions:
This MATLAB answer can be relevant regarding your error:
Hope this helps!
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

