Probability Flashcards
(29 cards)
What does probability help us reason about in ML?
Uncertainty, randomness, and incomplete information.
In the apple bowl example, what are the two random variables?
The bowl selected (s) and the apple colour (y).
What does a marginal probability represent?
The probability of a single event without reference to other variables.
What is a joint probability?
The probability that two events occur together.
What is a conditional probability?
The probability of an event given that another event is known to have occurred.
What is the formula for conditional probability?
P(A | B) = P(A and B) / P(B)
What does Bayes’ Rule let us do?
Update our beliefs about causes after seeing an effect.
What is the formula for Bayes’ Rule?
P(s | y) = P(y | s) * P(s) / P(y)
In Bayes’ Rule, what is the ‘prior’?
P(s), the probability before seeing data.
In Bayes’ Rule, what is the ‘posterior’?
P(s | y), the updated belief after seeing data.
In probability, what is the sample space?
The set of all possible outcomes of an experiment.
What must the total probability over the sample space equal?
1
Why can’t we assign probabilities to exact values in continuous space?
Because the probability at any exact point is zero.
What does a probability density function (PDF) represent?
How likely a value is to occur near a specific point in continuous space.
How do we compute the probability of a range in continuous space?
By integrating the PDF over that interval.
What is a histogram in probability estimation?
An approximation of a PDF by counting frequencies in intervals (bins).
What is the formula for expectation in discrete space?
E[x] = sum of x * P(x)
What does expectation represent intuitively?
The average or central tendency of a random variable.
What is the formula for variance?
Var(x) = E[(x - E[x])²] or E[x²] - (E[x])²
What does variance measure?
How spread out the values are around the mean.
What does covariance tell us?
Whether two variables increase or decrease together.
What is correlation?
A normalized measure of linear dependence between variables, ranging from -1 to 1.
What does the Bernoulli distribution model?
A binary outcome with success probability π.
What does the Poisson distribution model?
The count of events in a fixed interval of time or space.