Why cannot Matlab train multiple time series data directly?
Mostra commenti meno recenti
I don't see the major technical difficulty here. But it seems that Matlab doesn't provide such a capability. For training a model, I would like the model to predict multiple time series data with a good accuracy. So, MSE calcualtion should consider all avaiable time series data. Training individually and update one after the other is not good option. Also, connect multiple time series data to form one time series data is also not a good option. Any body knows the way to do it in Matlab?
3 Commenti
Walter Roberson
il 2 Ott 2020
Do I understand correctly that you have several different timeseries that are each measuring a different variable, and that the variables interact so you need information from all of them together to make predictions? And do I also understand correctly that the time series have different associated times, and that is why you cannot merge them into a single timeseries without undersired interpolation?
Zhimin Xi
il 2 Ott 2020
Walter Roberson
il 2 Ott 2020
How does that differ from using a sequence as input?
Risposte (0)
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!