We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be7c22 commit 5221d34Copy full SHA for 5221d34
planning.md
@@ -6,9 +6,9 @@ The outcome of our __Implicit Reparametrization Trick__ project is an extension
6
## Scope
7
We plan to implement the following distributions in our library:
8
- Gaussian normal distribution (*)
9
-- Dirichlet distribution (Beta distributions)
+- Dirichlet distribution (Beta distributions)(\*)
10
- Sampling from a mixture of distributions
11
-- Sampling from the Student's t-distribution (**)
+- Sampling from the Student's t-distribution (**) (\*)
12
- Sampling from an arbitrary factorized distribution (***)
13
14
(\*) - this distribution is already implemented in torch using the explicit reparameterization trick, we will implement it for comparison
0 commit comments