Open Source Projects

ProbNumDiffEq.jl GitHub stars

ProbNumDiffEq.jl provides probabilistic numerical ODE solvers to the DifferentialEquations.jl ecosystem. The implemented ODE filters solve differential equations via Bayesian filtering and smoothing. The filters compute not just a single point estimate of the true solution, but a posterior distribution that contains an estimate of its numerical approximation error.

Try it out: ] add ProbNumDiffEq.jl

probnum GitHub stars

ProbNum is a Python toolkit for solving numerical problems in linear algebra, optimization, quadrature and differential equations. ProbNum solvers not only estimate the solution of the numerical problem, but also its uncertainty (numerical error) which arises from finite computational resources, discretization and stochastic input. This numerical uncertainty can be used in downstream decisions.

To use: pip install probnum


Other projects

parallel-in-time-ode-filters GitHub stars

Parallel-in-Time ODE Filters in Jax

Fenrir.jl GitHub stars

Physics-Enhanced Regression for Initial Value Problems

TuePlots.jl GitHub stars

A light-weight library to help you create better plots for scientific publications, by taking care of the annoying bits like figure size, font size, and setting the correct font, with minimal overhead.

KalmanFilterToolbox.jl GitHub stars

Handy code for the Gaussian filtering and smoothing aficionado.

PSDMatrices.jl GitHub stars

Positive semi-definite matrix types in Julia

ChaoticDynamicalSystemLibrary.jl GitHub stars

A collection of chaotic ODEs.

tornadox GitHub stars

Probabilistic ODE solvers are fun, but are they fast?

generative-latent-optimization GitHub stars

PyTorch Implementation: "Optimizing the Latent Space of Generative Networks"