Zzong's Notes

Home

❯

statistic

❯

conditional entropy

conditional entropy

2026년 6월 14일1 min read

Conditional Entropy

X 가 주어졌을 때 Y 의 conditional entropy 는 다음과 같이 계산된다

H(Y∣X)=−x∈X,y∈Y∑​p(x,y)logp(x)p(x,y)​

XandY 는 X 와 Y 의 support sets

  • Relation with joint entropy and marginal entropy
    • H(X,Y)=H(X)+H(Y∣X)

2. Related

Information theory, mutual information, cross-entropy

3. References

Information Theory — Sungjoo Ha


링크된 언급

2
joint entropy

...joint distribution 이 p(x, y) 라면 joint entropy 는 다음과 같다. H(X,Y) = \sum x \sum y p(x,y)\log p(x,y) B) Conditional Entropy 와의 관계 Joint entropy 는 conditional entropy 와 다음 관계를 가진다. H(X,Y) = H(X) + H(Y|X) 즉, X 의 불확실성과, X 를 알고...

mutual information

...eature selection.mutual info classif — scikit learn 1.2.2 documentation F) Relationship Relation to conditional entropy and joint entropy \begin{aligned}\mathrm{I}(X;Y)&\equiv\mathrm{H}(X) \mathrm{H}(X\midY)\\&\...

  • Conditional Entropy
  • 2. Related
  • 3. References