You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/variational_inference/pathfinder.myst.md
+13-8
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ jupytext:
5
5
format_name: myst
6
6
format_version: 0.13
7
7
kernelspec:
8
-
display_name: pymc4
8
+
display_name: Python 3 (ipykernel)
9
9
language: python
10
-
name: pymc4
10
+
name: python3
11
11
---
12
12
13
13
(pathfinder)=
14
14
15
15
# Pathfinder Variational Inference
16
16
17
-
:::{post} Sept 30, 2022
17
+
:::{post} Feb 5, 2023
18
18
:tags: variational inference, jax
19
19
:category: advanced, how-to
20
20
:author: Thomas Wiecki
@@ -26,17 +26,21 @@ Pathfinder {cite:p}`zhang2021pathfinder` is a variational inference algorithm th
26
26
27
27
This algorithm is [implemented](https://github.com/blackjax-devs/blackjax/pull/194) in [BlackJAX](https://github.com/blackjax-devs/blackjax), a library of inference algorithms for [JAX](https://github.com/google/jax). Through PyMC's JAX-backend (through [pytensor](https://github.com/pytensor-devs/pytensor)) we can run BlackJAX's pathfinder on any PyMC model with some simple wrapper code.
28
28
29
-
This wrapper code is implemented in [pymcx](https://github.com/pymc-devs/pymcx/). This tutorial shows how to run Pathfinder on your PyMC model.
29
+
This wrapper code is implemented in [pymc-experimental](https://github.com/pymc-devs/pymc-experimental/). This tutorial shows how to run Pathfinder on your PyMC model.
0 commit comments