Bayesian Networks
A Bayesian network, also known as a belief network, probabilistic directed acyclic graphical model, or Bayes net , is a statistical model that represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG) . Key components and concepts: 1. Nodes: Each node in the graph represents a random variable. These variables can be observable quantities, latent variables, unknown parameters, or hypotheses. 2. Edges: The edges between the nodes represent conditional dependencies; an edge from node A to node B indicates that B is dependent on A. The absence of an edge indicates conditional independence between variables. 3. Conditional Probability Tables (CPTs): Each node is associated with a probability function that takes a particular set of values for the node's parent variables and gives the probability of the variable represented by the node. For nodes without parents, the CPT reduces to the prior probability of the node. 4. Joint Probability Distr