odtuyzt / chrono-kit

An open source time series analysis library for processing, analyzing, visualising and forecasting time series data
MIT License
9 stars 6 forks source link

Implement a Basic NARX Class #68

Closed odtuyzt closed 6 months ago

odtuyzt commented 8 months ago

Implement a basic NARX class that has 1 hidden layer and returns a single output. The full specifications are;

You can set the window, batch and number of nodes in the hidden layer however you want. Below is an image example;

img

muguryalcin commented 7 months ago

Implemented a basic NARX model, but I'm unsure about my implementation. Please review and let me know if there are any issues. I'm happy to revise as needed.

odtuyzt commented 7 months ago

@muguryalcin Can you open a pr into the v1.1.x branch?

hasanemirakin commented 6 months ago

@muguryalcin has implemented the class in PR #79