when is the hw due? i haven't started it yet. is it hard?
=joe
You don't need to, but you can think about p and q being exponential
families if you'd like since that's what was done in class.
> problem is trivial - we just sample from the p(x_i | x_-i), which is
> given, and combine those samples to make our q_i's...
But what distribution would you take the x_-i's from? The optimal
q_i should have a relatively simple expression which you should
arrive at with some algebraic manipulation of the global objective
function (min KL).
For sampling, you use your last sampled values of x_-i.
But for mean-field, you need to use q_-i(x_-i) somehow.
-Percy