Skip to content

LSTM for sequence prediction #21145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mrthiuri opened this issue Apr 8, 2025 · 3 comments
Closed

LSTM for sequence prediction #21145

mrthiuri opened this issue Apr 8, 2025 · 3 comments
Assignees
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.

Comments

@mrthiuri
Copy link

mrthiuri commented Apr 8, 2025

I'm trying to do a sequence forecast. Bit of context, stock price prediction where input window to model is 30 days worth of data and the desired output is the following 5-days stock prices. How do I achieve this without an encoder decoder architecture?

@sonali-kumari1 sonali-kumari1 added the type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited. label Apr 9, 2025
@dhantule
Copy link
Contributor

dhantule commented Apr 9, 2025

Hi @mrthiuri, Can you go through these code examples and let me know if it helps.

@JyotinderSingh
Copy link
Collaborator

Closing this, since this looks like a general machine learning question and not specific to Keras.

Please refer to the code examples suggested by @dhantule for documentation pertaining to timeseries workflows with keras.

Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Projects
None yet
Development

No branches or pull requests

5 participants