-
Notifications
You must be signed in to change notification settings - Fork 12
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
Finetuning and traning #1
Comments
please find here a notebook I used to train another ticker (SPY). Tested OK with app.py. model.add(Dense( |
Thanks, buddy! I'm going to start implementing this right now. The cross-validation logs are giving me a good idea. I'll train it and integrate it into backtesting to see how it performs in a more realistic environment. I'll let you know if there are any updates and share the code. |
Hello guys! @lorenzmeis @traderpedroso
If you need more help or have any concerns, please do not hesitate to contact me. |
Thank you for the feedback, and no problem! I've made some progress on the code thanks to @lorenzmeis and of course, you @HusseinJammal. I'd like to share my progress in improvements. I did the following:
|
Thank you for making this fascinating project available in a way that is applicable to LNN in the stock market. Is there any chance you could share the training code for testing with different assets?
The text was updated successfully, but these errors were encountered: