Skip to content

Commit

Permalink
add relation to ppls
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Feb 17, 2025
1 parent 725efe8 commit ef19466
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ conditional density estimators for NPE and NLE, including normalizing flows
[@lipman2023flow; @dax2023flow] (via `zuko`), as well as ensembles of any of these
networks. `sbi` also implements a large set of embedding networks that can automatically
learn summary statistics of (potentially) high-dimensional simulation outputs (including
multi-layer-perceptrons, convolutional networks, and permutation invariant networks).
multi-layer-perceptrons, convolutional networks, and permutation-invariant networks).
The neural networks can be trained with a pre-configured training loop with established
default values, but `sbi` also allows full access over the training loop when desired.

Expand Down Expand Up @@ -272,6 +272,15 @@ machine learning researchers and applied scientists to join us in this long-term

# Related software

Simulation-based inference methods implemented in the `sbi` package require only access
to simulated data, which can also be generated offline in other programming languages or
frameworks. This sets `sbi` apart from toolboxes for traditional Bayesian inference,
such as MCMC-based methods [@abril2023pymc; @bingham2019pyro; @gelman2015stan], which
rely on likelihood evaluations, and from probabilistic programming languages (e.g., Pyro
[@bingham2019pyro], NumPyro [@phan2019composable], Stan [@gelman2015stan], or Turing.jl
[@ge2018t]), which typically require the simulator to be differentiable and implemented
within their respective frameworks [@quera-bofarull2023].

Since the original release of the `sbi` package, several other packages that implement
neural network-based SBI algorithms have emerged.
The `lampe` [@rozet_2021_lampe] package offers neural posterior and neural ratio estimation,
Expand Down

0 comments on commit ef19466

Please sign in to comment.