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
AePPL currently supports transforms using the following (invertible) Aesara operators. This means that AePPL can compute the log-probability of a random variable that is the result of one of the following transformations applied to another random variable:
64
65
65
-
- `aesara.tensor.add`
66
-
- `aesara.tensor.sub`
67
-
- `aesara.tensor.mul`
68
-
- `aesara.tensor.true_div`
69
-
- `aesara.tensor.exponential`
70
-
- `aesara.tensor.exp`
71
-
- `aesara.tensor.log`
72
-
73
-
One can also apply the following transforms directly:
0 commit comments