Emile Mathieu
Emile Mathieu
Sample from Q-class: `rand` and `logpdf` for total mass and size biased sampling. - [x] Implement DP, PYP via stick breaking: [Here](https://github.com/yebai/Turing.jl/blob/project-bnp/src/samplers/support/rpm/pyp.jl) - [x] Q-class total mass: `rand(ExpTiltedSigma(sigma, tau))`: [Here](https://github.com/yebai/Turing.jl/blob/project-bnp/src/samplers/support/rpm/ngip.jl)...
Hi all ! First thanks for your awesome package ! Otherwise, do you plan handling gradients in stochastic computation graph, *i.e.* graph with conditional probability distributions such as ```julia using...
Hello, I was wondering why--with `group` some instance of a `MatrixLieGroup`--we have that`group.metric.exp` isn *not* calling `group.exp` (from `LieGroup`). Currently, `group.metric.exp` is relying the (generic) matrix exponential via `gs.expm` even...
Hi all ! I would like to concatenate a vector of `Dual` with a `Real` as the following ```julia T = 1 p = Array{Dual}(N) k = 2 ps =...
Hi all ! In the context of cluster computing, it is sometime necessary to have the jobs running with a local python environment and not the one from the central...
Hi all, First thanks for this nice library that I've recently starting using! ):) I'd be interested in vector-valued GPs and from what I understand, this is not supported yet...
Hello, Weirdly in one of my project (but not the other one), the group name does not handle special characters well. After clicking on it I get redirected to a...
Thanks for the great package! I was wondering whether there was some documentation regarding the best practice for converting `torch.nn.Module` to `eqx.Module`? In particular - It is quite clear that...
Hi, Thanks for this really cool library! Being a jax user, I was wondering whether you've thought on extending it to support jax, akin to [e3nn-jax](https://github.com/e3nn/e3nn-jax)? At first glance it...