Replies: 1 comment
-
I don't know whether anyone has tried multitask + derivatives before. In theory it should be possible, but it might be something that would require some internal changes. cc/ @dme65 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am trying to do some regression over 1D input to 2D output with a GP model. I also happen to have gradient information for the output dimensions, so the x is 1D (let's call it
t
as in time) but the y is 4D, with dimensionsa, b, da/dt, db/dt
.I want to model this as a multitask GP with gradient information (so both the gradients and dimensions are modeled together), but I am not sure if this is even possible with GPyTorch. Here's an unsuccessful attempt that I got:
with likelihood
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions