Skip to content

Learnable parameters for mean prior. #2275

Answered by gpleiss
lovecodng asked this question in Q&A
Discussion options

You must be logged in to vote

This should be possible since y1 and y2 are jointly normal.

Since y1 | y2 = N(const + a1 y2 - b1 ln(x) | k_1), we have that y1 = N(const + a1(const - b2 ln(x)) - b1 ln(x) | k1 + k2 + (const - b2 ln(x))^2).

You can implement a MultitaskMean function that parameterizes the mean in this way.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lovecodng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants