- 31 3月, 2022 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add random varaiable transformations API for paddle's distribution package * add TransformedDistribution API for paddle's probability distribution package * add random variable transformation unitests for static graph * replace math.prod which not support python3.7 with functools.reduce * add Independent and TransformedDistribution distribution * add unittests for constraint * fix typo and AffineTransform sample code error * add mean,variance,rsample abstract method for Distribution
-
- 25 3月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
-
- 30 1月, 2022 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add multinomial probability distribution * fix categorical sample bug when logits less than zero * fix categorical sample can't pass hypothesis test and entropy shape error bug
-
- 31 12月, 2021 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add beta distribution * add kl_divergence and register_kl api
-
- 30 12月, 2021 1 次提交
-
-
由 Xiaoxu Chen 提交于
* extend Distribution baseclass for supporting multivariant distribution and prob method * add ExponentialFamily base class and entropy using Bregman divergence * add dirichlet probability distribution
-