Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
and_or_kl [2024/06/20 13:05] – [Building conjunctions and disjunctions] pedroortega | and_or_kl [2024/07/26 18:53] (current) – pedroortega | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== And, Or, and the Two KL Projections ====== | ====== And, Or, and the Two KL Projections ====== | ||
- | |||
> I discuss the difference between minimizing the KL-divergence with respect to the first and second argument, and will conclude that they correspond to AND and OR operations on distributions, | > I discuss the difference between minimizing the KL-divergence with respect to the first and second argument, and will conclude that they correspond to AND and OR operations on distributions, | ||
+ | |||
+ | //Cite as: Ortega, P.A. "And, Or, and the Two KL Projections", | ||
+ | |||
Oftentimes I see people wondering about the meaning of the two KL-projections: | Oftentimes I see people wondering about the meaning of the two KL-projections: | ||
Line 20: | Line 22: | ||
{{ :: | {{ :: | ||
- | Personally, I find this explanation somewhat | + | Personally, I find this explanation somewhat |
Line 34: | Line 36: | ||
Let's say we have N distributions q1,q2,…,qN over a finite set X. | Let's say we have N distributions q1,q2,…,qN over a finite set X. | ||
Given a set of positive weights w1,w2,…,wN that sum up to one, their | Given a set of positive weights w1,w2,…,wN that sum up to one, their | ||
- | *linear mixture* is | + | //linear mixture// is |
$$ | $$ | ||
Line 40: | Line 42: | ||
$$ | $$ | ||
- | The *linear mixture* expresses N mutually exclusive hypotheses qi(x) that | + | The //linear mixture// expresses N mutually exclusive hypotheses qi(x) that |
could be true with probabilities wi. That is, either q1 **or** q2 **or** | could be true with probabilities wi. That is, either q1 **or** q2 **or** | ||
... **or** qN is true, with probability w1, w2, ..., wN respectively, | ... **or** qN is true, with probability w1, w2, ..., wN respectively, | ||
Line 142: | Line 144: | ||
Thus, it turns out that sequential predictions can be regarded as an alternation | Thus, it turns out that sequential predictions can be regarded as an alternation | ||
between OR and AND operations, first to express our uncertainty over the hypotheses, | between OR and AND operations, first to express our uncertainty over the hypotheses, | ||
- | and second to incorporate new evidence, respectively. | + | and second to incorporate new evidence, respectively. |