forked from DENG-MIT/StiffNeuralODE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
55 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,37 @@ | ||
# StiffNeuralODE | ||
# Introduction | ||
|
||
Code associated with: | ||
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). | ||
|
||
> Kim, Suyong, Weiqi Ji, Sili Deng, and Christopher Rackauckas. "Stiff neural ordinary differential equations." arXiv preprint arXiv:2103.15341 (2021). https://arxiv.org/abs/2103.15341 | ||
# 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. | ||
|
||
# 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: suyong@mit.edu | ||
|
||
Dr. Weiqi Ji: weiqiji@mit.edu | ||
|
||
Dr. Sili Deng: silideng@mit.edu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.