This document provides an introduction to Bayesian belief networks and naive Bayesian classification. It defines key probability concepts like joint probability, conditional probability, and Bayes' rule. It explains how Bayesian belief networks can represent dependencies between variables and how naive Bayesian classification assumes conditional independence between variables. The document concludes with examples of how to calculate probabilities and classify new examples using a naive Bayesian approach.