-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add load forecasting example using LSTM. Add LSTM implementation consistent with blocks interface #204
base: develop
Are you sure you want to change the base?
Conversation
alpargun
commented
Oct 25, 2024
- This PR adds a load forecasting example using an LSTM model trained on a public dataset. Neuromancer's Problem formulation and Trainer are used to train the network, and the performance metrics and forecast plots are included for the evaluation. Both a Python and a Jupyter notebook file are included.
- Additionally, adds an LSTM implementation that complies with Neuromancer's blocks interface in blocks.py
Hi @alpargun for your contribution to NeuroMANCER! This is a great notebook. We will take a closer look how it fits into our release schedule and backlog and hopefully will incorporate into library soon. Thank you |
@alpargun, nice job on the example. I have a few questions and suggestions.
|
@drgona Thank you for the feedback. |