From 2e7eb485c363dfa2c3cf08d8ff182dc5f5de7487 Mon Sep 17 00:00:00 2001 From: Matthew Sainsbury-Dale <58652976+msainsburydale@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:25:12 +0300 Subject: [PATCH] Update ecosystem.md --- docs/src/ecosystem.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/ecosystem.md b/docs/src/ecosystem.md index 5e11eb9529..679b6b5363 100644 --- a/docs/src/ecosystem.md +++ b/docs/src/ecosystem.md @@ -98,6 +98,10 @@ Packages based on differentiable programming but not necessarily related to Mach - [Omega.jl](https://github.com/zenna/Omega.jl) is a research project aimed at causal, higher-order probabilistic programming. - [Stheno.jl](https://github.com/willtebbutt/Stheno.jl) provides flexible Gaussian processes. +### Simulation-based inference + +- [NeuralEstimators.jl](https://github.com/msainsburydale/NeuralEstimators.jl) enables amortized simulation-based inference using neural networks built with Flux. + ### Statistics - [OnlineStats.jl](https://github.com/joshday/OnlineStats.jl) provides single-pass algorithms for statistics.