Probabilistic Methods
Bayesian methods, graphical models, and probabilistic inference.
Bayesian Inference
Updating beliefs with evidence via Bayesβ theorem β treating parameters as distributions rather than fixed values.
Expectation-Maximization
Iteratively inferring latent variables (E-step) and optimizing parameters (M-step) β the workhorse for incomplete data.
Gaussian Processes
Nonparametric Bayesian regression defining distributions over functions β elegant uncertainty quantification with O(n^3) cost.
Graphical Models
Bayesian networks and Markov random fields representing conditional dependencies as graphs β structured probabilistic reasoning.
Markov Chain Monte Carlo
Sampling from complex posterior distributions by constructing Markov chains β when exact inference is intractable.
Variational Inference
Approximating intractable posteriors by optimization rather than sampling β trading exactness for scalability.