BD Brain Drip
🎲
Module 09 6 concepts

Probabilistic Methods

Bayesian methods, graphical models, and probabilistic inference.

01

Bayesian Inference

Updating beliefs with evidence via Bayes’ theorem – treating parameters as distributions rather than fixed values.

02

Expectation-Maximization

Iteratively inferring latent variables (E-step) and optimizing parameters (M-step) – the workhorse for incomplete data.

03

Gaussian Processes

Nonparametric Bayesian regression defining distributions over functions – elegant uncertainty quantification with O(n^3) cost.

04

Graphical Models

Bayesian networks and Markov random fields representing conditional dependencies as graphs – structured probabilistic reasoning.

05

Markov Chain Monte Carlo

Sampling from complex posterior distributions by constructing Markov chains – when exact inference is intractable.

06

Variational Inference

Approximating intractable posteriors by optimization rather than sampling – trading exactness for scalability.