NDE for TS
Neural Differential Equations for Time Series
Overview
Modeling complex and irregular time series is a key challenge in modern machine learning, especially when sampling is non-uniform or observations contain gaps or noise. This website serves as a resource for both introductory and advanced topics on Neural Differential Equations (NDEs), including tutorials, surveys, and practical guides. It summarizes the main ideas of continuous-time modeling and outlines the major NDE families: Neural Ordinary Differential Equations (NODEs), Neural Controlled Differential Equations (NCDEs), and Neural Stochastic Differential Equations (NSDEs).
Beyond model design, the site discusses issues of robustness, stability, and reliability that often arise in practice. It also provides hands-on examples based on open-source implementations for tasks such as interpolation, representation learning, and classification. The goal is to help researchers and practitioners connect theory, algorithms, and practical workflows in continuous-time deep learning.
Neural Differential Equations (NDEs) model these signals in continuous time, enabling:
- Flexible handling of non-uniform sampling and missingness.
- Continuous latent dynamics that complement discrete-step sequence models.
- Integration of domain knowledge through the structure of differential equations.
NDE for TS curates:
- Tutorials explaining the mathematical foundations and practical implementation.
- Surveys of key papers, from the original NODE framework to recent NCDE/NSDE variants.
- Code examples using PyTorch,
torchcde, andtorchsde. - Applications across healthcare, industry, finance, and science.
Explore
Contributors
Maintained by YongKyung Oh — Last updated: Jun 2026