Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deng-mit/stiffneuralode
Stiff Neural Ordinary Differential Equations
https://github.com/deng-mit/stiffneuralode
Last synced: about 2 months ago
JSON representation
Stiff Neural Ordinary Differential Equations
- Host: GitHub
- URL: https://github.com/deng-mit/stiffneuralode
- Owner: DENG-MIT
- License: mit
- Created: 2021-01-26T20:43:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T17:36:35.000Z (over 3 years ago)
- Last Synced: 2023-03-11T13:12:14.539Z (almost 2 years ago)
- Language: Julia
- Size: 1.62 MB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This repository contains the source codes of the demonstration examples with Robertson and Pollution models in [this paper](https://doi.org/10.1063/5.0060697).
# Update logs
- July 25, 2021: First commit
- June 6, 2023: The source code has been updated for compatibility with the updated dependencies such as DiffEqFlux.jl and DiffEqSensitivity.jl.
# Versions of Julia and Dependencies
The source codes were tested with the following environments.
- julia_version = "1.8.4"
- Packages: please check out Project.toml and Manifest.toml.
# Citation
If you use the code in your research or if you find our paper useful, please cite [this paper](https://doi.org/10.1063/5.0060697):
```
@Article{kim2021stiff,
author = {Kim, Suyong and Ji, Weiqi and Deng, Sili and Ma, Yingbo and Rackauckas, Christopher},
title = "{Stiff neural ordinary differential equations}",
journal = {Chaos: An Interdisciplinary Journal of Nonlinear Science},
volume = {31},
number = {9},
year = {2021},
month = {09},
issn = {1054-1500},
doi = {10.1063/5.0060697},
}
```# Contact
If you have any questions or if the code does not work due to deprecated functions in the dependencies, please contact one of the authors.
Suyong Kim: [email protected]
Dr. Weiqi Ji: [email protected]
Dr. Sili Deng: [email protected]