Open Source Projects
Featured Projects
ProbNumDiffEq.jl
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
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
Parallel-in-Time ODE Filters in Jax
Fenrir.jl
Physics-Enhanced Regression for Initial Value Problems
TuePlots.jl
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
Handy code for the Gaussian filtering and smoothing aficionado.
PSDMatrices.jl
Positive semi-definite matrix types in Julia
ChaoticDynamicalSystemLibrary.jl
A collection of chaotic ODEs.
tornadox
Probabilistic ODE solvers are fun, but are they fast?
generative-latent-optimization
PyTorch Implementation: "Optimizing the Latent Space of Generative Networks"