Skip to content

Commit 3961b49

Browse files
committed
Reduce spacing between list items.
1 parent 52338ae commit 3961b49

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,11 @@ See [https://gen.dev](https://gen.dev/) for introduction, documentation, and tut
1212
## Features
1313

1414
* Multi-paradigm Bayesian inference via [Sequential Monte Carlo](https://www.gen.dev/docs/stable/ref/inference/pf/)[variational inference](https://www.gen.dev/docs/stable/ref/inference/vi/)[MCMC](https://www.gen.dev/docs/stable/ref/inference/mcmc/), and more.
15-
1615
* Gradient-based training of generative models via [parameter optimization](https://www.gen.dev/docs/stable/ref/inference/parameter_optimization/)[wake-sleep learning](https://www.gen.dev/docs/stable/ref/inference/wake_sleep/), etc.
17-
18-
* An expressive and intuitive [modeling language](https://www.gen.dev/docs/stable/ref/modeling/dml/) for writing and composing probabilistic programs.
19-
16+
* An expressive and intuitive [modeling language](https://www.gen.dev/docs/stable/ref/modeling/dml/) for writing and composing probabilistic programs.
2017
* Inference algorithms are _programmable_: Write [custom proposals](https://www.gen.dev/tutorials/data-driven-proposals/tutorial)[variational families](https://www.gen.dev/docs/stable/tutorials/vi/)[MCMC kernels](https://www.gen.dev/docs/stable/ref/inference/mcmc/) or [SMC updates](https://www.gen.dev/docs/stable/ref/inference/trace_translators/) without worrying about the math.
21-
2218
* Support for Bayesian structure learning via [involutive MCMC](https://www.gen.dev/docs/stable/ref/inference/mcmc/#involutive_mcmc) and [SMCP³](https://www.gen.dev/docs/stable/ref/inference/pf/#advanced-particle-filtering).
23-
2419
* [Specialized modeling constructs](https://www.gen.dev/docs/stable/tutorials/scaling_with_sml/) that speed-up inference by supporting incremental computation.
25-
2620
* Well-defined APIs for implementing [custom generative models](https://www.gen.dev/docs/stable/how_to/custom_gen_fns/)[distributions](https://www.gen.dev/docs/stable/how_to/custom_distributions/)[gradients](https://www.gen.dev/docs/stable/how_to/custom_gradients/), etc.
2721

2822
## Installation

0 commit comments

Comments
 (0)