-
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature …
-
I am convinced (change my mind!) that a PPL needs to own the whole chain from distributions to inference algorithms and bijectors. We will thus need to implement bijectors in `mcx`. We would like the …
rlouf updated
3 years ago
-
I think the spec could be a little bit more clear on when substitution actually occurs for custom properties. We know that they happen during computed value time, but this doesn't get into the minutia…
-
I am working on a project where I sample a set of n-dimensional points from a Gaussian distribution (of learnt parameters) as follows and then evaluate those points based on a loss function to update …
-
Add other currencies' faucet in **xrpl-py** as functions,
faucets such as BTC, USD, EUR and ETH
```
xrpl.wallet.btc_faucet
xrpl.wallet.usd_faucet
xrpl.wallet.eur_faucet
xrpl.wallet.eth_fauc…
ghost updated
3 years ago
-
I am working on a project where I sample a set of n-dimensional points from a Gaussian distribution (of learnt parameters) as follows and then evaluate those points based on a loss function to update …
-
## Description
I followed https://github.com/jtpio/jupyterlite/blob/main/CONTRIBUTING.md, and when I executed `doit`, I got the following errors.
```shell
(common) D:\code\python\jupyterlit…
-
Hi,
Thanks for the tutorial.
I have a question. Why in the loss function you used the target distribution instead of the base distribution ?
I remember that in the forward KL divergence there is…
-
-
Landmark Paper for Variational Inference: [Variational Inference with Normalizing Flows](https://arxiv.org/pdf/1505.05770v6.pdf)
Crisp description of the method: [PaperswithCode.com](https://papers…