A Bayesian network over variables consists of

  • A dag (directed acyclic graph) whose nodes are the variables.
    • i.e., we can’t go backwards to a node!
  • A set of CPTs (conditional probability tables) for each .

Some key notions we should think about:

  • Parents of a node are denoted .
  • Children, descendants, ancestors of a node.
  • Family denotes a set of nodes consisting of and its parents. In Bayes nets, CPTs are defined over families.