Bayesian networks are a graphical model that represent probabilistic relationships between variables. They use a directed acyclic graph where the nodes are variables and the edges represent conditional dependencies. Each node has a conditional probability table that quantifies its relationship to its parent nodes. Bayesian networks provide a compact way to represent joint probability distributions and can be used to infer probabilities of variables given evidence.