|
More than a question, this is a positive reinforcement for this particular topic. As far as I understand, Belief Propagation is a technique to do inference on Graphical Models. Doing this inference, we are able to assign probability distributions to previously unseen nodes.
Any feedback or further explanation will be greatly appreciated. Leon |
|
Adding to sbos's answers:
Of course, to be correct you'd have to run actual belief propagation over junction trees, not loopy BP, in the cases above. CPD is BP (don't know want went wrong between my mind and my hands) sorry for the confusion, I'll change it
(Oct 19 '11 at 04:58)
Leon Palafox
|
|
At first, BP does inference only in models without cycles (i.e. trees, chains).
By optimal configuration you mean by scoring the different configurations? Yes the CPT are the probabilities p(y|x), is the way they define them in Scholler and Friedman
(Oct 19 '11 at 05:01)
Leon Palafox
|