-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
The current NARX network seems only supporting 1 output only #47
Comments
Hi @tzhu-ece , thanks for commenting. Currently we only support MISO systems. We have a core function to handle the lagged features and we have to make some modifications and tests for MIMO problems. I'll take a look to check how I could release the modification for MIMO systems and I update you here. |
Great project! Did you complete the modification for MIMO? |
I'd be very interested in that feature, too. Can we assist somehow? Thank you very much for your awesome work |
Hi! I didn't complete this yet. I've just published the v0.1.9 update and I'll start working in the narx neural net module. First I will implement the n-steps ahead forecast (currently its support only infinity steps ahead), update the code following the update 0.1.7 and I'll take a look at this request. Soon I'll be back with some questions regarding specific details about the MIMO feature like if one output depends or not on other output. Any help will be very appreciated. If you guys have any dataset so I can test on it and use as benchmark, just let me know. |
that should be configurable like in ML System Identification Toolbox imo, where you can choose custom regressors: https://www.mathworks.com/help/ident/ref/customregressor.html |
In narx_nn.py, line 374
It seems this line is limiting output to single value, can you make an update to support multiple outputs?
The text was updated successfully, but these errors were encountered: