Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

factor graph #5

Open
hotpotlover-yang opened this issue Nov 8, 2021 · 1 comment
Open

factor graph #5

hotpotlover-yang opened this issue Nov 8, 2021 · 1 comment

Comments

@hotpotlover-yang
Copy link

Using probability inference and factor graphs for keyword identification is a very creative idea,but there still have some questions i don't understand.About these two formulas,what did it means of f1,f2,...fm? And how is the joint probability distribution function derived? Why is it in fractional form?

image

@yapengye
Copy link
Owner

Hi @hotpotlover-yang , thanks for your interest!

fi is a probabilistic function which describes the valuation of an observation constraint or an inference constraint. In the probabilistic inference, we need to consider all the constraints. The conjunction of all constraints can be denoted as the product of all the corresponding probabilistic functions, i.e., f(k, x1, x2, ..., xn). The joint probability function p(k, x1, x2, ..., xn) is essentially the normalized version of f(k, x1, x2, ..., xn). The detailed definition of the joint probability function could be found in this paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants