-
Hi,
I am trying to implement multi-fidelity GP model using GPyTorch and would need to implement something like e.q. 3.1 in https://arxiv.org/pdf/1604.07484.pdf Should I implement my own kernel clas…
-
**Submitting author:** @Sm00thix (Ole-Christian Galbo Engstrøm)
**Repository:** https://github.com/Sm00thix/IKPLS
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.1
**Editor:** @…
-
微博内容精选
-
CVXPY canonicalizes affine expression trees by constructing a sparse matrix for each linear operator, and recursively multiplying these sparse matrices together (see `cvxpy/cvxcore/src/`). This is fin…
-
# 🚀 Feature Request
Add efficient Cholesky decomposition rules for structured linear operators.
## Motivation
Presently we can use `cola.decompositions.cholesky_decomposed` to receive a "lazy p…
-
Hi,
Based on the advice given by Dr. Mardt earlier, I got what looks like a usable iVAMPnet model in some runs. I'd like to take a closer look at it now. As the title says, I want to get the inform…
-
Is it possible to use `emmeans` with `nnet::multinom` when the LHS of the formula passed to `multinom` is a matrix of counts? For example:
```
library(nnet)
library(emmeans)
# col1, col2, and …
-
### Goal: Write a faster to_sparse_matrix method for the PauliwordOp class in symmer.
### Reward: **$200**
### Details:
One of the core features of the `symmer` codebase is to provide a symboli…
-
Hi Patrick,
Thanks for the cool library! I have a question about how to use `diffrax` to solve an ODE that has Kronecker product structure. Specifically, I'm wanting to solve $$f'(t) = A(t)f(t)$$ w…
-
Hi,
I noticed in the tutorials that you can create an exact multi-task GP with correlated outputs:
https://gpytorch.readthedocs.io/en/latest/examples/03_Multitask_Exact_GPs/Multitask_GP_Regress…