stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
286 stars 45 forks source link

Point estimation update: quantile loss, activation function, simulation-based calibration, polished notebook #158

Closed han-ol closed 3 months ago

han-ol commented 3 months ago

This pull request includes new components for amortized point estimation, namely

It also includes a related API addition, namely

Finally, there is an updated tutorial notebook including some theory and showcasing the above + parametric bootstrapping and a simulation-based calibration test.

han-ol commented 3 months ago

Related to https://github.com/stefanradev93/BayesFlow/issues/121

stefanradev93 commented 3 months ago

Awesome addition, Hans!