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: README.rst
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,20 @@ Description
20
20
21
21
This repository implements an educational project for the Bayesian Multimodeling course. It implements algorithms for sampling from various distributions, using the implicit reparameterization trick.
22
22
23
-
## Scope
23
+
Scope
24
+
==========
24
25
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 (***)`
30
31
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
32
33
33
-
(\*\*) - this distribution is added as a backup, their inclusion is questionable
34
+
(**) - this distribution is added as a backup, their inclusion is questionable
34
35
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
0 commit comments