Skip to content
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

Construct, tune, store LSTM model #28

Open
jaARke opened this issue Oct 4, 2023 · 0 comments
Open

Construct, tune, store LSTM model #28

jaARke opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jaARke
Copy link
Contributor

jaARke commented Oct 4, 2023

After data retrieval, we will need to leverage a pre-trained LSTM model to conduct forecasting.

A walkthrough guide for creating and training an LSTM model can be found here and here. We should experiment and research different layer configurations to find what achieves the best results. This is probably best done in a Jupyter notebook.

After deciding on a model, it should be stored, untrained, using Python's pickle library and made available in utils/quant/

@jaARke jaARke added enhancement New feature or request help wanted Extra attention is needed labels Oct 4, 2023
@jaARke jaARke changed the title Construct and tune LSTM model Construct, tune, train, store LSTM model Oct 4, 2023
@jaARke jaARke changed the title Construct, tune, train, store LSTM model Construct, tune, store LSTM model Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant