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

Add load forecasting example using LSTM. Add LSTM implementation consistent with blocks interface #204

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on Oct 16, 2024

  1. add initial load forecasting script

    Alp Argun committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e799ef9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    506cf09 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. change lstm output to hiddens

    Alp Argun committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ac6f2db View commit details
    Browse the repository at this point in the history
  2. change file name

    Alp Argun committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    af54338 View commit details
    Browse the repository at this point in the history
  3. add torch based lstm to blocks

    Alp Argun committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7e5bfe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. merge old script with forecasting toy example

    Alp Argun committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1c7f3ea View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. add forecasting example with simulated data

    Alp Argun committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0161785 View commit details
    Browse the repository at this point in the history
  2. add multiple input/output forecasting

    Alp Argun committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e5d17eb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. add panama load forecasting example

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    172674d View commit details
    Browse the repository at this point in the history
  2. finetune parameters

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aeda4cc View commit details
    Browse the repository at this point in the history
  3. fix minmax scale range

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8599832 View commit details
    Browse the repository at this point in the history
  4. drop uninformative features. Add MAPE metric

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    57602e6 View commit details
    Browse the repository at this point in the history
  5. fix file description

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8aa7fb4 View commit details
    Browse the repository at this point in the history
  6. merge with develop

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ae7c234 View commit details
    Browse the repository at this point in the history
  7. add panama load forecasting with Neuromancer Trainer

    Alp Argun committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    94a3b53 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. code cleanup

    Alp Argun committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    57924e5 View commit details
    Browse the repository at this point in the history
  2. add notebook for panama load forecasting

    Alp Argun committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9ed01f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    0bd5b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4800876 View commit details
    Browse the repository at this point in the history
  3. remove old files

    alpargun committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    53b6ad7 View commit details
    Browse the repository at this point in the history