Coggle requires JavaScript to display documents.
Mathematics
概率 = P(随机变量)
P(X=0) = 0.4; P(X=1) = 0.6
A=(m,n); x=(n,1); b=(n,1);
Ae = λe
Let n∈N be the number of units
-log2(p(x))
f(0.5) = 1
如果p(x) < p(y), 那么f(p(x)) > f(p(y))
-Σp(x)log2(p(x))
Σ(每个时间发生的概率 * 该事件的惊喜度)
- p * log2(p) - (1 - p) * log2(1 - p)
KL(p || q) = Σ(p(x) * log (p(x) / q(x)))