Skip to content

Commit e571dc9

Browse files
committed
Make header one block.
1 parent 2b1d586 commit e571dc9

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

examples/variational_inference/pathfinder.ipynb

+4-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
"source": [
88
"(pathfinder)=\n",
99
"\n",
10-
"# Pathfinder Variational Inference"
11-
]
12-
},
13-
{
14-
"cell_type": "markdown",
15-
"id": "7d20eaef",
16-
"metadata": {},
17-
"source": [
10+
"# Pathfinder Variational Inference\n",
11+
"\n",
1812
":::{post} Sept 30, 2022 \n",
1913
":tags: variational inference, jax \n",
2014
":category: advanced \n",
@@ -24,7 +18,7 @@
2418
},
2519
{
2620
"cell_type": "markdown",
27-
"id": "18f755d0",
21+
"id": "8c09866a",
2822
"metadata": {},
2923
"source": [
3024
"Pathfinder is a variational inference algorithm that produces samples from the posterior of a Bayesian model. It compares favorably to the widely used ADVI algorithm. On large problems, it should scale better than most MCMC algorithms, including dynamic HMC (i.e. NUTS), at the cost of a more biased estimate of the posterior. For details on the algorithm, see the [arxiv preprint](https://arxiv.org/abs/2108.03782).\n",
@@ -41,7 +35,7 @@
4135
{
4236
"cell_type": "code",
4337
"execution_count": 1,
44-
"id": "6493144e",
38+
"id": "b956d9c7",
4539
"metadata": {},
4640
"outputs": [
4741
{

myst_nbs/variational_inference/pathfinder.myst.md

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ kernelspec:
1515

1616
# Pathfinder Variational Inference
1717

18-
+++
19-
2018
:::{post} Sept 30, 2022
2119
:tags: variational inference, jax
2220
:category: advanced

0 commit comments

Comments
 (0)