There was an error while loading. Please reload this page.
1 parent 81b70bc commit c3a9836Copy full SHA for c3a9836
1 file changed
README.md
@@ -15,8 +15,11 @@ uncertainty estimation.
15
16
In particular, **bde** implements **Microcanonical Langevin Ensembles (MILE)** as
17
introduced in [*Microcanonical Langevin Ensembles: Advancing the Sampling of Bayesian Neural Networks* (ICLR 2025)](https://arxiv.org/abs/2502.06335).
18
+A conceptual overview of MILE is shown below (in general implementation details of this package are not exactly matching this diagram):
19
-
20
+<div style="width: 60%; margin: auto;">
21
+ <img src="doc/_static/img/flowchart.png" alt="MILE Overview" style="width: 100%;">
22
+</div>
23
24
Installation
25
------------
0 commit comments