https://github.com/avik-pal/regneuralde.jl
Official Implementation of "Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics" (ICML 2021)
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Keywords
Repository
Official Implementation of "Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics" (ICML 2021)
Basic Info
- Host: GitHub
- Owner: avik-pal
- License: mit
- Language: Julia
- Default Branch: master
- Homepage: http://proceedings.mlr.press/v139/pal21a.html
- Size: 259 KB
Statistics
- Stars: 26
- Watchers: 5
- Forks: 4
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
RegNeuralDE
Official Implementation of the ICML 2021 Paper Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics
USAGE
Experiments provided here were developed and tested on Julia v1.5.3. All other package versions are automatically enforced. To install do the following in Julia REPL:
julia
] dev https://github.com/avik-pal/RegNeuralDE.jl
The code will be downloaded in the JULIA_PKG_DEVDIR directory.
CITATION
If you found this codebase useful in your research, please consider citing
```bibtex @InProceedings{pmlr-v139-pal21a, title = {Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics}, author = {Pal, Avik and Ma, Yingbo and Shah, Viral and Rackauckas, Christopher V}, booktitle = {Proceedings of the 38th International Conference on Machine Learning}, pages = {8325--8335}, year = {2021}, editor = {Meila, Marina and Zhang, Tong}, volume = {139}, series = {Proceedings of Machine Learning Research}, month = {18--24 Jul}, publisher = {PMLR}, pdf = {http://proceedings.mlr.press/v139/pal21a/pal21a.pdf}, url = {http://proceedings.mlr.press/v139/pal21a.html}, }
```
DATASETS
- Preprocessed Physionet Data can be downloaded from here. Place the downloaded file in
data/physionet.bson.
EXPERIMENTS
Important Parameters of the Experiments are controlled using the yml files in experiments/configs.
SUPERVISED CLASSIFICATION USING NEURAL ODE
Parameters controlled by experiments/configs/mnist_node.yml. To train a Vanilla/Regularized Neural ODE for MNIST classification:
bash
$ julia --project=. experiments/mnist_node.jl
LATENT ODE FOR TIME SERIES INTERPOLATION
Parameters controlled by experiments/configs/latent_ode.yml. To train a Vanilla/Regularized Latent ODE with GRU Encoder for Physionet Time Series Interpolation
bash
$ julia --project=. experiments/latent_ode.jl
TOY NEURAL SDE
To train a Vanilla and Regularized Neural SDE
bash
$ julia --project=. experiments/sde_toy_problem.jl
SUPERVISED CLASSIFICATION USING NEURAL SDE
Parameters controlled by experiments/configs/mnist_nsde.yml. To train a Vanilla/Regularized Neural ODE for MNIST classification:
bash
$ julia --project=. experiments/mnist_nsde.jl
Owner
- Name: Avik Pal
- Login: avik-pal
- Kind: user
- Location: Cambridge, MA
- Company: Massachusetts Institute of Technology
- Website: https://avik-pal.github.io
- Twitter: avikpal1410
- Repositories: 46
- Profile: https://github.com/avik-pal
PhD Student @mit || Prev: BTech CSE IITK
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Avik Pal | a****l@i****n | 105 |
| Christopher Rackauckas | a****s@c****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 8
- Total pull requests: 90
- Average time to close issues: 6 months
- Average time to close pull requests: about 2 months
- Total issue authors: 5
- Total pull request authors: 1
- Average comments per issue: 2.25
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 90
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ChrisRackauckas (3)
- avik-pal (2)
- jessebett (1)
- linguo4 (1)
- EyalRozenberg1 (1)
Pull Request Authors
- github-actions[bot] (90)