필터 지우기
필터 지우기

Dataset of Train Latent ODE Network with Irregularly Sampled Time-Series Data

조회 수: 2 (최근 30일)
hello,
I'am working for re-construct the code of
Train Latent ODE Network with Irregularly Sampled Time-Series Data
but I stuck in understanding structure of dataset ("irregularSineWaves" dataset (1x1000x100)).
there are "squeeze" function to removes dimensions of an array that have size 1 (changes to 1000x100).
my question is that this code train first irregularsinewaves ??? (:,1), or train averaged 100 irregularsinewaves??
The structure of my dataset is only value and time (normal timeseries data).
If anyone has applied this code on normal timeseries dataset, please help me how to fix the code.

채택된 답변

Conor Daly
Conor Daly 2023년 3월 28일
The irregular sine waves dataset consists of 1000 time series, each with 100 (irregularly sampled) time steps.
The example https://www.mathworks.com/help/deeplearning/ug/train-latent-ode-network-with-irregularly-sampled-time-series-data.html trains a network on all 800 time series (an 8:2 train/test split is used), by training on batches of 50 per iteration.
It sounds like your data is a single time series.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by