Section 01
Overview: Zero-Inflated Time Series Generation—Neural Networks Addressing the Challenges of Sparse Data
This post introduces the open-source project Zero-Inflated-Time-Series-Generation published by ArdeleanRichard on GitHub. The project focuses on the generation of zero-inflated time series (sparse/intermittent time series), exploring the characteristics, application scenarios, and deep learning solutions for this type of data. Zero-inflated time series pose challenges to traditional models due to their high proportion of zero values and random non-zero values. The project generates synthetic data via neural networks, which has multiple values such as data augmentation and privacy protection.