SciMLWorkshop

Workshop materials for training in scientific computing and scientific machine learning

https://github.com/sciml/scimlworkshop.jl

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary

Keywords

adjoint adjoint-method adjoint-sensitivities differential-equations differential-equations-solvers inverse-problems ode ode-solver odeint odes scientific-computing scientific-machine-learning sciml sde workshop

Keywords from Contributors

matrix-exponential pde numerical parallelism neural-ode symbolic-computation symbolic neural-sde dde dae
Last synced: 6 months ago · JSON representation

Repository

Workshop materials for training in scientific computing and scientific machine learning

Basic Info
Statistics
  • Stars: 39
  • Watchers: 7
  • Forks: 6
  • Open Issues: 8
  • Releases: 1
Topics
adjoint adjoint-method adjoint-sensitivities differential-equations differential-equations-solvers inverse-problems ode ode-solver odeint odes scientific-computing scientific-machine-learning sciml sde workshop
Created about 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

SciMLWorkshop: Workshop Materials for Training in Scientific Computing and Scientific Machine Learning (SciML)

These exercises teach common workflows which involve SciML's tools like DifferentialEquations.jl, ModelingToolkit.jl, DiffEqFlux.jl, and the connections to parts like stochastic differential equations and Bayesian estimation.

Difficulty Levels

The designation (B) is for "Beginner", meaning that a user new to the package should feel comfortable trying this exercise. An exercise designated (I) is for "Intermediate", meaning the user may want to have some previous background in DifferentialEquations.jl or try some (B) exercises first. The additional (E) designation is for "Experienced", which are portions of exercises which may take some work.

Overview

The exercises are described as follows:

  • Exercise 1 is solving a simple stiff ordinary differential equation. This is an introductory exercise to get users acquainted with the syntax.
  • Exercise 2 takes the user through solving a stiff ordinary differential equation and using the ModelingToolkit.jl to automatically convert the function to a symbolic form to derive the analytical Jacobian to speed up the solver. The same biological system is then solved with stochasticity, utilizing EnsembleProblems to understand 95% bounds on the solution. Finally, probabilistic programming is employed to perform Bayesian parameter estimation of the parameters against data.
  • Exercise 3 takes the user through defining hybrid delay differential equation, that is a differential equation with events, and using differentiable programming techniques (automatic differentiation) to to perform gradient-based parameter estimation.
  • Exercise 4 takes the user through differential-algebraic equation (DAE) modeling, the concept of index, and using both mass-matrix and implicit ODE representations. This will require doing a bit of math, but the student will understand how to change their equations to make their DAE numerically easier for the integrators.
  • Exercise 5 has one build an acausal model, a DAE system through a component-based modeling approach. Using a tutorial model of an RC circuit (resistor and capacitor) plus some information about inductors, the user then builds new ModelingToolkit components for an inductor and generates an RLC circuit to be simulated.
  • Exercise 6 takes the user through optimizing a PDE solver, utilizing automatic sparsity pattern recognition, automatic conversion of numerical codes to symbolic codes for analytical construction of the Jacobian, preconditioned GMRES, and setting up a solver for IMEX and GPUs, and compute adjoints of PDEs.
  • Exercise 7 focuses on a chaotic orbit, utilizing parallel ensembles across supercomputers and GPUs to quickly describe phase space.
  • Exercise 8 takes the user through training a neural stochastic differential equation, using GPU-acceleration and adjoints through Flux.jl's neural network framework to build efficient training codes.
  • Exercise 9 is a deep dive into controls analysis on nonlinear models. The user starts by building an acausal model of a DC motor, which is augmented with a PI-controller that is tuned to control the actions of the motor.

This exercise worksheet is meant to be a living document leading new users through a deep dive of the SciML feature set. If you further suggestions or want to contribute new problems, please open an issue or PR at the SciMLWorkshop.jl repository.

Owner

  • Name: SciML Open Source Scientific Machine Learning
  • Login: SciML
  • Kind: organization
  • Email: contact@chrisrackauckas.com

Open source software for scientific machine learning

GitHub Events

Total
  • Watch event: 2
  • Pull request event: 1
  • Fork event: 1
  • Create event: 1
Last Year
  • Watch event: 2
  • Pull request event: 1
  • Fork event: 1
  • Create event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 32
  • Total Committers: 8
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.625
Past Year
  • Commits: 8
  • Committers: 3
  • Avg Commits per committer: 2.667
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Christopher Rackauckas a****s@c****m 12
CompatHelper Julia c****y@j****g 6
dependabot[bot] 4****] 5
Arno Strouwen a****n@t****e 4
Anant Thazhemadam a****m@g****m 2
Hendrik Ranocha m****l@r****e 1
Martijn Visser m****r@g****m 1
Pietro Monticone 3****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 39
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 9 hours
  • Total issue authors: 2
  • Total pull request authors: 8
  • Average comments per issue: 1.75
  • Average comments per pull request: 0.21
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 30
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)
  • JuliaTagBot (1)
Pull Request Authors
  • github-actions[bot] (30)
  • dependabot[bot] (7)
  • ArnoStrouwen (5)
  • ChrisRackauckas (2)
  • thazhemadam (2)
  • ranocha (1)
  • pitmonticone (1)
  • visr (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (7)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
juliahub.com: SciMLWorkshop

Workshop materials for training in scientific computing and scientific machine learning

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 9.9%
Stargazers count: 16.6%
Forks count: 21.7%
Average: 21.8%
Dependent packages count: 38.9%
Last synced: 6 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
  • julia-actions/setup-julia latest composite
.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/FormatCheck.yml actions
  • actions/checkout v1 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite