Is there a multivariate implementation of GaussianSymmetrizedKLKernel? #1732
-
I would like to train a GP on the output of a VAE. The input "x" can in this case thus be thought of as a multivariate gaussian with a diagonal covariance matrix. From what I can see in the documentation for "GP Regression with Uncertain Inputs", only 1-dimensional inputs are currently accepted? I looked into the docstring for the distance function of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could you post a code example? It's been a while but I've tested out |
Beta Was this translation helpful? Give feedback.
Could you post a code example?
It's been a while but I've tested out
GaussianSymmetrizedKLKernel
with several dimensional inputs (as shown in its unit tests).