ermongroup / cs228-notes

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

Fix typos in JT and VE inference #142

Closed chrisyeh96 closed 5 years ago

chrisyeh96 commented 5 years ago

1) Single-variable marginals are proportional to (not equal to) product of messages. This is because the product of unnormalized factors is still unnormalized. 2) Fix other typos in JT and VE inference.

Also fixed some typos (replacing .. and ... with \dotsc)