Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Probability gives a language for uncertainty. ML models often output probabilities (classification), assume probabilistic data-generating processes (Bayesian methods), or use randomness for sampling and generalization.
P(X = x) sum to 1.p(x) integrate to 1.Expectation is the average value under a distribution; variance measures spread.
E[X] = Σₓ x P(X=x) or E[X] = ∫ x p(x) dxVar(X) = E[(X - E[X])²]Conditioning updates beliefs given evidence. Bayes’ rule is the foundation of Bayesian inference.
P(A|B) = P(B|A) P(A) / P(B)P(A,B) = P(A)P(B) (stronger than “uncorrelated”).