Skip to content

Commit 09234ca

Browse files
Update README.md [GH Action]
1 parent f406c5f commit 09234ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,20 @@ We highly recommend checking out these lists for more resources on modern simula
168168
</code>
169169
</pre></details>
170170

171+
- **Amortized Probabilistic Conditioning for Optimization, Simulation and Inference** (2024)<br />_Reading this paper? Please consider contributing a TLDR summary._<br />by Paul E. Chang, Nasrulloh Loka, Daolang Huang, Ulpu Remes, Samuel Kaski, Luigi Acerbi<br />┃🏷️ meta-learning┃ ┃🏷️ optimization┃ ┃🏷️ simulation-based inference┃<br />[[Paper]](https://arxiv.org/abs/2410.15320) [[Code]](https://github.com/acerbilab/amortized-conditioning-engine/)
172+
<details>
173+
<summary>Show BibTeX</summary>
174+
<pre><code>
175+
@misc{chang2024amortized,
176+
title = {Amortized Probabilistic Conditioning for Optimization, Simulation and Inference},
177+
year = {2024},
178+
eprint = {2410.15320},
179+
url = {https://arxiv.org/abs/2410.15320},
180+
author = {Chang and Loka and Huang and Remes and Kaski and Acerbi}
181+
}
182+
</code>
183+
</pre></details>
184+
171185
- **A Deep Learning Method for Comparing Bayesian Hierarchical Models.** (2024)<br />_TLDR: Proposes a multilevel neural architecture for compressing hierarchical data structures in Bayesian model comparison._<br />by Lasse Elsemüller, Martin Schnuerch, Paul-Christian Bürkner, Stefan T. Radev<br />┃🏷️ hierarchical models┃ ┃🏷️ model comparison┃ ┃🏷️ simulation-based┃<br />[[Paper]](https://arxiv.org/abs/2301.11873) [[Code]](https://github.com/bayesflow-org/Hierarchical-Model-Comparison)
172186
<details>
173187
<summary>Show BibTeX</summary>

0 commit comments

Comments
 (0)