lstm preidiction model inputs and outputs

Hi, i want to use lstm layer to preidict sqences.
is it possible to learn input data 4*20 double data, 4*40 double data?

5 Comments

It depends on what the data is? What exactly the data is? What is your input and what you are trying to predict
I want to predict [x;y;velocity;yaw]*40 steps based on data consisting of [x;y;velocity;yaw]*20 steps
It would be great if you could provide the data, and briefly explain the problem statement.
Hi @수민 안, you can try using Seq-to-one for regression maybe? But in general, it might be a bad idea to predict a sequence with more data points than in the input sequence.

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Asked:

on 28 Dec 2023

Commented:

on 29 Dec 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!