10 Matching Annotations
  1. Jan 2019
    1. ross-entropy

      "Therefore, cross entropy can be interpreted as the expected message-length per datum when a wrong distribution Q is assumed while the data actually follows a distribution P. That is why the expectation is taken over the probability distribution P and not Q." --https://en.wikipedia.org/wiki/Cross_entropy

    2. rchitectures a

      Architectures? I don't know what that means in this context.

    3. ground truth distribution

      Distribution means pmf? What is "ground truth"?

    4. prior distribution will bemodified

      Is the prior reassigned the value of the posterior between updates?

    5. DKL(QjjP) =EzQlogQlogP

      =log(Q/P) goes to infinity when P goes to 0, and goes to negative infinity as Q goes to 0.

    6. modes

      modes = likelihood maximizers?

    7. conditioned

      Let p(X) denote the prior. Then: posterior = p(X|out) = P(X,out)/P(out) = p(out|X)/p(out) p(X)

    8. o-variances

      cov(x,y)=E[(x-E(x))(y-E(y)]

    9. each pixel is 50% cat and 50% dog

      Schrödinger's cat/dog

    10. set of diverse but plausible segmentations

      And then use Bayesian methods to determine which segmentations are more likely.