-
Book Overview & Buying
-
Table Of Contents
Time Series with PyTorch
By :
The VAE model is a good first deep learning model for generating synthetic time series data. Meanwhile, models such as Generative Adversarial Network (GAN) are also used to generate time series data. For example, Yoon, Jarrett, and Schaar developed a GAN-based time series generative model in their work Time-series generative adversarial networks. Other models such as Neural ODE, which can generate synthetic time series using a mechanism like a first order differential equation, are particularly desirable for irregularly sampled time series data and are useful to interpolate the data point. The field of time series generative modeling remains active and rapidly evolving, with researchers continually exploring new architectures and techniques to enhance the quality and versatility of generated data.