ermongroup / cs228-notes

Course notes for CS228: Probabilistic Graphical Models.
MIT License
1.91k stars 471 forks source link

Usage of the term "potentials" in discussion of Markov random fields #65

Closed sivark closed 7 years ago

sivark commented 7 years ago

I have a comment regarding the following equation here $$\tilde p(A,B,C,D) = \phi(A,B)\phi(B,C)\phi(C,D)\phi(D,A), $$ and the rest of the section where $\phi()$ are referred to as "potentials".

In the language of physics, the potential would refer to the the log likelihood, since potentials add when different probability factors multiply (just like the energies of different non-interacting subsystems add up).

It's possible that the jargon got scrambled when moving from one community to another. If the document's usage is consistent with conventions in the field, then it might be worth adding a clarifying footnote where $\phi$ is introduced.

ermonste commented 7 years ago

Good point.

kuleshov commented 7 years ago

I think "factor" is the right term to use here, and this was a typo. I see that Stefano just did the update.

sivark commented 7 years ago

Thanks for the great resource. It's an enjoyable read.