Building upon the probability concepts from the previous chapter, we now shift our focus to how outcomes of random phenomena are organized. Probability distributions provide a structured way to describe the likelihood of different possible results for a random variable. They are fundamental tools for modeling uncertainty and understanding patterns in data, which are common tasks in machine learning.
In this chapter, you will learn to:
By the end of this chapter, you will be familiar with several foundational probability distributions and how to work with them conceptually and programmatically.
4.1 What are Probability Distributions?
4.2 Probability Mass Function (PMF) for Discrete Distributions
4.3 Discrete Distribution: Bernoulli
4.4 Discrete Distribution: Binomial
4.5 Probability Density Function (PDF) for Continuous Distributions
4.6 Continuous Distribution: Uniform
4.7 Continuous Distribution: Normal (Gaussian)
4.8 The Central Limit Theorem
4.9 Generating Samples from Distributions using Python
4.10 Practice: Working with Distributions
© 2025 ApX Machine Learning