- Belief propagation on a factor tree
- Max-product (max-sum if taking logarithm) algorithm for predicting weather sequence from ice cream consumption
- Maximum A Posteri (MAP) computation for Hidden Markov Models
October 6, 2016
Finally, 5) Propagate: Suppose cliques \(V\) and \(W\) have a non-empty intersection \(S\), each with potentials \(\psi_V\) and \(\psi_W\). Also initialize the potential for \(S\) (\(\phi(S)\)) with unity. Then update as follows (Hugin): \[\phi^*_S=\sum_{V-S}\psi_V, \psi^*_W=\frac{\phi^*_S}{\phi_S}\psi_W\]