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

Prediction and forecast for Multiple input multipleoutput system #10

Open
prajwalthakur opened this issue Dec 19, 2020 · 3 comments
Open

Comments

@prajwalthakur
Copy link

I know that there is a way for training a MIMO system by training multiple MISO systems and get multiple models. But is there any way to get only a single model?

@jxx123
Copy link
Owner

jxx123 commented Dec 21, 2020

As far as I know, you can construct a single neural network with multiple outputs to do that. fireTS does not support a single model with multiple outputs.

I think the major difference between multiple MISO models and single MIMO model is that the single MIMO model shares part of the parameters for the multiple outputs, which is not considered when I wrote fireTS package.

@prajwalthakur
Copy link
Author

yes thats true "single MIMO model shares part of the parameters for the multiple outputs". I guess fireTS does not support the generation of MIMO training and test data set? Right now I guess it only support generation training and test data for MISO system.

@jxx123
Copy link
Owner

jxx123 commented Dec 21, 2020

Yes, the package only supports MISO case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants