-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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"! |
Hi! |
Hi @LeonardoEmili 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 |
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
The text was updated successfully, but these errors were encountered: