Skip to content

Probability Distributions For Ml Textbook

A free, self-paced textbook in 8 chapters. Read a chapter, then drill it with the 120 companion flashcards using spaced repetition.

8 chapters · 120 cards · Updated

Chapters

  1. 1Foundations of Probability Distributions

    A probability distribution is a rule that assigns probabilities to outcomes in a sample space, with the total probability summing (for discrete cases) or integrating (for continuou...

  2. 2Discrete Distributions for ML

    A family of closely related discrete distributions arises from independent Bernoulli trials. The Bernoulli distribution itself models a single binary outcome: \(P(X = 1) = p\), \(P...

  3. 3Continuous Distributions

    Many continuous distributions arise from natural generative processes. The Uniform distribution on \([a, b]\) has constant density \(f(x) = 1/(b - a)\) over the interval, with mean...

  4. 4The Normal Family and Asymptotics

    The Normal (Gaussian) distribution is the centerpiece of continuous probability for ML, with PDF \(f(x) = \frac{1}{\sigma\sqrt{2\pi}} \exp\left(-\frac{(x-\mu)^2}{2\sigma^2}\right)\...

  5. 5Bayesian Inference and Conjugate Priors

    Parameter estimation can be framed either in frequentist or Bayesian terms. Maximum likelihood estimation (MLE) chooses parameters \(\theta\) to maximize the log-likelihood \(L(\th...

  6. 6Mixtures, Latent Variables, and Variational Bounds

    Mixture distributions combine several component distributions to model data with heterogeneous structure: an index \(z\) is drawn from Categorical(\(\pi\)), then \(x\) is drawn fro...

  7. 7Classification Models from a Distributional View

    Classification algorithms can be organized by how they treat the joint distribution of features and labels. Generative classifiers model the joint \(p(x, y)\) by specifying \(p(y)\...

  8. 8Sampling, MCMC, and Modern Generative Models

    When exact posterior computation is infeasible, Markov chain Monte Carlo (MCMC) provides a way to sample from a target distribution \(\pi\). A Markov chain satisfies the Markov pro...

← Back to the Probability Distributions For Ml deck