Tagged Questions
1
vote
1answer
72 views
Question about Mutual Information
I am learning about mutual information, and am confused about one of the definitions. Mutual information is defined as
$ I(X;Y) = H(X) - H(X | Y) $
where,
$$ H(X) = \sum_{x} p(x) \log ...