Skip to content

zhuqunxi/NDDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

PyTorch Implementation of Neural Delay Differential Equations (NDDEs)

The partial source code of NDDEs. If you have any questions about this software, please contact Qunxi Zhu (qxzhu16@fudan.edu.cn).

Examples

Examples can be found in the Examples directory.

We encourage those who are interested in using the NDDEs framework to run the code Examples/Mackey_Glass/MGlass.py for understanding how to use NDDEs to fit a typical 1-D delay system, i.e., Mackey Glass system.

Please run the following code in [Examples/Mackey_Glass/MGlass.py], the model checkpoints and the reconstruction figures are saved in the files 'model' and 'figures'.

python MGlass.py

One can use the following Colab link for this example as well.

Open In Colab

References

If you found this library useful in your research, please consider citing the following papers.

Zhu, Q., Guo, Y., & Lin, W. (2023). "Neural Delay Differential Equations." International Conference on Learning Representations. 2021. [arxiv]

@article{zhu2021neural,
  title={Neural delay differential equations},
  author={Zhu, Qunxi and Guo, Yao and Lin, Wei},
  journal={arXiv preprint arXiv:2102.10801},
  year={2021}
}

An extended version of NDDEs:

Zhu, Q., Guo, Y., & Lin, W. (2023). "Neural Delay Differential Equations: System Reconstruction and Image Classification." arXiv preprint arXiv:2304.05310. 2023. [arxiv]

@article{zhu2023neural,
  title={Neural Delay Differential Equations: System Reconstruction and Image Classification},
  author={Zhu, Qunxi and Guo, Yao and Lin, Wei},
  journal={arXiv preprint arXiv:2304.05310},
  year={2023}
}

Time delay system reconstruction.

Zhu, Q., Li X., & Lin, W. (2023). "Leveraging neural differential equations and adaptive delayed feedback to detect unstable periodic orbits based on irregularly-sampled time series.", CHAOS, Fast track, Editor’s Pick, 33(3),031101. [url]

@article{zhu2023leveraging,
  title={Leveraging neural differential equations and adaptive delayed feedback to detect unstable periodic orbits based on irregularly sampled time series},
  author={Zhu, Qunxi and Li, Xin and Lin, Wei},
  journal={Chaos: An Interdisciplinary Journal of Nonlinear Science},
  volume={33},
  number={3},
  year={2023},
  publisher={AIP Publishing}
}

About

PyTorch Implementation of Neural DDEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published