File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,13 @@ This repository implements an educational project for the Bayesian Multimodeling
22
22
23
23
Scope
24
24
==========
25
- We plan to implement the following distributions in our library:
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 (***) `_
31
-
32
- (*) - this distribution is already implemented in torch using the explicit reparameterization trick, we will implement it for comparison
33
25
34
- (**) - this distribution is added as a backup, their inclusion is questionable
35
-
36
- (***) - this distribution is not very clear in implementation, its inclusion is questionable
26
+ We plan to implement the following distributions in our library:
27
+ - `Gaussian normal distribution `
28
+ - `Dirichlet distribution (Beta distributions) `
29
+ - `Sampling from a mixture of distributions `
30
+ - `Sampling from the Student's t-distribution `
31
+ - `Sampling from an arbitrary factorized distribution `
37
32
38
33
Stack
39
34
==========
You can’t perform that action at this time.
0 commit comments