SciML Open Source Scientific Machine Learning
Websites:Organization Website |Documentation
The SciML organization is a collection of tools for solving equations and modeling systemsdeveloped in the Julia programming language with bindings to other languages such as R andPython. The organization provides well-maintained tools which compose together as acoherent ecosystem. It has a coherent development principle, unified APIs over largecollections of equation solvers, pervasive differentiability and sensitivity analysis, andfeatures many of the highest performance and parallel implementations one can find.
Scientific Machine Learning (SciML) = Scientific Computing + Machine Learning
- Want to get started running some code? Check out theGetting Started tutorials.
- What is SciML? Check out ourOverview.
- Want to see some cool end-to-end examples? Check out theSciML Showcase.
- Want to learn more about how SciML does scientific machine learning? Check out theSciML Book (from MIT's 18.337 graduate course).
- Curious about our performance claims? Check outthe SciML Open Benchmarks.
- Want to chat with someone? Check outour chat room andforums.
- Want to see our code? Check outthe SciML Github organization.
PinnedLoading
- DifferentialEquations.jl
DifferentialEquations.jl PublicMulti-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equat…
- ModelingToolkit.jl
ModelingToolkit.jl PublicAn acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning a…
- DiffEqFlux.jl
DiffEqFlux.jl PublicPre-built implicit layer architectures with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods
- NeuralPDE.jl
NeuralPDE.jl PublicPhysics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation
Repositories
- OrdinaryDiffEq.jl Public
High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
SciML/OrdinaryDiffEq.jl’s past year of commit activity - NonlinearSolve.jl Public
High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
SciML/NonlinearSolve.jl’s past year of commit activity - StructuralIdentifiability.jl Public
Fast and automatic structural identifiability software for ODE systems
SciML/StructuralIdentifiability.jl’s past year of commit activity - Catalyst.jl Public
Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.
SciML/Catalyst.jl’s past year of commit activity - SciMLBenchmarks.jl Public
Scientific machine learning (SciML) benchmarks, AI for science, and (differential) equation solvers. Covers Julia, Python (PyTorch, Jax), MATLAB, R
SciML/SciMLBenchmarks.jl’s past year of commit activity - DiffEqBase.jl Public
The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
SciML/DiffEqBase.jl’s past year of commit activity - ModelingToolkit.jl Public
An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations
SciML/ModelingToolkit.jl’s past year of commit activity