fireTS icon indicating copy to clipboard operation
fireTS copied to clipboard

Prediction and forecast for Multiple input multipleoutput system

Open prajwalthakur opened this issue 3 years ago • 3 comments

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?

prajwalthakur avatar Dec 19 '20 10:12 prajwalthakur

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.

jxx123 avatar Dec 21 '20 15:12 jxx123

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.

prajwalthakur avatar Dec 21 '20 16:12 prajwalthakur

Yes, the package only supports MISO case.

jxx123 avatar Dec 21 '20 16:12 jxx123