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

Financial Markets project Doubts #23

Open
klaudiaplk opened this issue May 29, 2021 · 3 comments
Open

Financial Markets project Doubts #23

klaudiaplk opened this issue May 29, 2021 · 3 comments

Comments

@klaudiaplk
Copy link

Hello Professor!

I have a question about this subsection: compare the performance against the naive LSTM approach. Is there any specific architecture that I need to compare my target solution with? And for: implement your own sequence forecasting system (with significant differences from existing methods) - Can I for example use here GAN network with this LSTM as generator?

Thank you!
Klaudia Palak

@lucmos
Copy link
Collaborator

lucmos commented May 31, 2021

Hi!

I would say you need to compare your approach with at least the single LSTM model. You can find a reference in the section "RNN with LSTM Model (LSTM);" in this report in the project references.

Yes a GAN approach with the LSTM as the generator is enough regarding the "significant differences"!

@LeonardoEmili
Copy link

LeonardoEmili commented May 31, 2021

Hi!
We are also working on this topic and are tackling the problem of stock price forecasting using recurrent neural networks: ranging from simple RNNs up to recurrent networks that employ attention mechanisms and convolutional layers on top of the recurrent architecture. Moreover, lots of effort was put in the direction of feature engineering in order to improve the model's capabilities. Do you think this system shows significant differences from existing methods? @lucmos

@lucmos
Copy link
Collaborator

lucmos commented May 31, 2021

Hi @LeonardoEmili
Yes, I think that works too.

As a rule of thumb: it is not ok if your project is just a collage of tutorials/snippets that can be found online (e.g. notebook in kaggle competitions, blogpost); it must contain some novelty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants