Live data from Hacker News

Viewing profile — wvbeaaoo

wvbeaaoo

HN member
Joined
Wed, Mar 29, 2017, 5:55 AM UTC
HN karma
3
Public activity
5 items

About wvbeaaoo

No profile information was provided.

Recent public activity

  1. comment
    Comment #13997731

    the Christopher Bishop chapter on graphical models has a good section on junction trees IIRC

  2. comment
    Comment #13996944

    http://www.psi.toronto.edu/~psi/pubs2/1999%20and%20before/13... I don't know about junction trees but it probably connects as junction trees are a generalization of factor graphs

  3. comment
    Comment #13984209

    cycles can be handled in two ways: if you are happy with approximate solutions, loopy BP can give that (still linear, but may take longer and there's parameter tuning), for exact s…

  4. comment
    Comment #13983988

    by multiply connected graphs do you mean graphs with cycles ?

  5. comment
    Comment #13983786

    by complexity of inference do you mean the complexity of learning the structure of a model ? because inference on an existing PGM is linear in the number of edges with belief-propa…