different kernel structure for each latent function in LMCVariationalStrategy #2232
Answered
by
gpleiss
michaelcao28
asked this question in
Q&A
-
Hi, Suppose I am creating an LMC multi-task GP with num_task = num_latents = 3. How do I enable each latent function to have a different kernel structure? For example, latent_1 to have RBFKernel, latent_2 has PeriodicKernel, and latent_3 has MaternKernel. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
gpleiss
Jan 17, 2023
Replies: 1 comment 3 replies
-
Are you doing exact regression, or are you using a variational model? If you're doing exact regression, you can use the LCMKernel: https://docs.gpytorch.ai/en/stable/kernels.html#gpytorch.kernels.LCMKernel |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gpleiss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you doing exact regression, or are you using a variational model? If you're doing exact regression, you can use the LCMKernel: https://docs.gpytorch.ai/en/stable/kernels.html#gpytorch.kernels.LCMKernel