Probability & Statistics
Probability theory, estimation methods, and statistical inference.
- 01 Probability FundamentalsA first-principles guide to probability: from sample spaces and axioms to conditional probability, independence, and Bayes' theorem.
- 02 Random Variables and ExpectationDiscrete and continuous random variables, PMF, PDF, CDF, expectation, variance, covariance, and joint distributions explained.
- 03 Probability DistributionsA deep dive into the key distributions used in ML: Bernoulli, Binomial, Poisson, Gaussian, Exponential, Beta, and Multivariate Normal.
- 04 The Exponential FamilyA unifying framework for probability distributions: sufficient statistics, conjugate priors, and why most ML distributions share a common structure.
- 05 Convergence and the Central Limit TheoremWhy averages become Gaussian: the Law of Large Numbers, types of convergence, and the Central Limit Theorem explained.
- 06 Maximum Likelihood EstimationHow to find the best parameters for a model by maximizing the probability of observed data.
- 07 MAP EstimationBayesian parameter estimation: combining prior beliefs with data for more robust models.
- 08 The EM AlgorithmExpectation-Maximization: how to fit models with latent variables, from Gaussian Mixture Models to missing data problems.
- 09 Hypothesis Testingp-values, significance levels, Type I/II errors, t-tests, and confidence intervals — the foundations of statistical inference.
- 10 Nonparametric StatisticsDistribution-free methods: kernel density estimation, rank tests, bootstrap, and nonparametric Bayesian models for when assumptions fail.
- 11 Bayesian InferenceFull Bayesian reasoning: posterior distributions, conjugate priors, predictive distributions, and how Bayesian methods differ from frequentist approaches.
- 12 Probabilistic Graphical ModelsBayesian networks, Markov random fields, and how graphs encode conditional independence for tractable reasoning over complex distributions.
- 13 Sampling MethodsMonte Carlo, rejection sampling, importance sampling, MCMC, Metropolis-Hastings, and Gibbs sampling for computational inference.