Skip to content

Commit f110fae

Browse files
Update README.rst
1 parent 75854ed commit f110fae

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ Description
2020

2121
This repository implements an educational project for the Bayesian Multimodeling course. It implements algorithms for sampling from various distributions, using the implicit reparameterization trick.
2222

23-
## Scope
23+
Scope
24+
==========
2425
We plan to implement the following distributions in our library:
25-
- Gaussian normal distribution (*)
26-
- Dirichlet distribution (Beta distributions)(\*)
27-
- Sampling from a mixture of distributions
28-
- Sampling from the Student's t-distribution (**) (\*)
29-
- Sampling from an arbitrary factorized distribution (***)
26+
- `Gaussian normal distribution (*)`
27+
- `Dirichlet distribution (Beta distributions)(*)`
28+
- `Sampling from a mixture of distributions`
29+
- `Sampling from the Student's t-distribution (**) (*)`
30+
- `Sampling from an arbitrary factorized distribution (***)`
3031

31-
(\*) - this distribution is already implemented in torch using the explicit reparameterization trick, we will implement it for comparison
32+
(*) - this distribution is already implemented in torch using the explicit reparameterization trick, we will implement it for comparison
3233

33-
(\*\*) - this distribution is added as a backup, their inclusion is questionable
34+
(**) - this distribution is added as a backup, their inclusion is questionable
3435

35-
(\*\*\*) - this distribution is not very clear in implementation, its inclusion is questionable
36+
(***) - this distribution is not very clear in implementation, its inclusion is questionable
3637
3738
Stack
3839
==========

0 commit comments

Comments
 (0)