Filter löschen
Filter löschen

Why cannot Matlab train multiple time series data directly?

1 Ansicht (letzte 30 Tage)
Zhimin Xi
Zhimin Xi am 2 Okt. 2020
Kommentiert: Walter Roberson am 2 Okt. 2020
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 Kommentare
Zhimin Xi
Zhimin Xi am 2 Okt. 2020
Y(t) = f(x1(t),x2(t),...,xn(t)), (e.g., t = 1:100). That forms a basic model and we don't know f( ) which I wanna use a time-delayed RNN to identify the f( ).
Assume that I can collect 10 samples (or observation) for the model and each sample means data observations for Y(t) = f(x1(t),x2(t),...,xn(t)), (e.g., t = 1:100). Now the true model form cannot be found simply based on each sample observation (let's assume I know this as a fact), and connection of all 10 samples will make undesirable connections espeically with the time delayed effects between samples.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by