Skip to content
Data Science

Probability Distributions for ML

Master Probability Distributions for ML with 120 free flashcards. Study using spaced repetition and focus mode for effective learning in Data Science.

120 cards · ~60 min · Advanced · Updated

Sample card

What is a probability distribution?

A function (or rule) that assigns to every outcome in a sample space a non-negative probability, with the total probability over all outcomes summing (or integrating) to 1.

Share: 𝕏 Twitter LinkedIn WhatsApp ☆ Save deck

🎯 What You'll Learn

Preview cards

Q · 1 of 120

What is a probability distribution?

Q · 2 of 120

What is a discrete probability distribution?

Q · 3 of 120

What is a probability mass function (PMF)?

+9 more cards →

Preview Questions

12 shown

What is a probability distribution?

Show ▼

A function (or rule) that assigns to every outcome in a sample space a non-negative probability, with the total probability over all outcomes summing (or integrating) to 1.

What is a discrete probability distribution?

Show ▼

A distribution defined on a countable set of outcomes, specified by a probability mass function (PMF) p(x) with p(x) ≥ 0 and Σ p(x) = 1.

What is a probability mass function (PMF)?

Show ▼

A function p(x) that gives the probability of a discrete random variable taking the value x; satisfies p(x) ≥ 0 for all x and Σ_x p(x) = 1.

What is a probability density function (PDF)?

Show ▼

A function f(x) for a continuous random variable such that P(a ≤ X ≤ b) = ∫_a^b f(x) dx, with f(x) ≥ 0 and ∫_{-∞}^{∞} f(x) dx = 1.

What is the cumulative distribution function (CDF)?

Show ▼

A function F(x) = P(X ≤ x). It is non-decreasing, right-continuous, lim_{x→-∞} F(x) = 0, and lim_{x→∞} F(x) = 1.

What is the relationship between PDF and CDF for a continuous random variable?

Show ▼

F(x) = ∫_{-∞}^{x} f(t) dt and, where f is continuous, f(x) = dF/dx.

What is the expected value (mean) of a discrete random variable?

Show ▼

E[X] = Σ_x x · p(x), assuming the sum converges; it is a measure of central tendency.

What is the expected value of a continuous random variable?

Show ▼

E[X] = ∫_{-∞}^{∞} x · f(x) dx, assuming the integral converges absolutely.

What is the variance of a random variable?

Show ▼

Var(X) = E[(X − E[X])^2] = E[X^2] − (E[X])^2; it measures the spread around the mean.

What is the standard deviation?

Show ▼

The square root of the variance: σ = √Var(X); it has the same units as X.

What is a Bernoulli distribution?

Show ▼

The distribution of a single binary trial: P(X=1) = p, P(X=0) = 1−p. Its mean is p and variance is p(1−p).

What is a Binomial distribution?

Show ▼

The number of successes in n independent Bernoulli(p) trials: P(X=k) = C(n,k) p^k (1−p)^{n−k}, with mean np and variance np(1−p).

🎓 Start studying Probability Distributions for ML

🎮 Study Modes Available

🔄

Flashcards

Flip to reveal

🧠

Focus Mode

Spaced repetition

Multiple Choice

Test your knowledge

⌨️

Type Answer

Active recall

📚

Learn Mode

Multi-round mastery

🎯

Match Game

Memory challenge

Related Topics in Data Science

📖 Learning Resources