Skip to main content

9 docs tagged with "probability"

View all tags

Basics of Probability

An intuitive introduction to probability theory, sample spaces, events, and the fundamental axioms that govern uncertainty in Machine Learning.

Bayes' Theorem

A deep dive into Bayes' Theorem: the formula for updating probabilities based on new evidence, and its massive impact on Machine Learning.

Conditional Probability

Understanding how the probability of an event changes given the occurrence of another event, and its role in predictive modeling.

PMF vs. PDF

A deep dive into Probability Mass Functions (PMF) for discrete data and Probability Density Functions (PDF) for continuous data.

Poisson Distribution

Understanding the Poisson distribution: modeling the number of events occurring within a fixed interval of time or space.

Random Variables

Understanding Discrete and Continuous Random Variables, Probability Mass Functions (PMF), and Probability Density Functions (PDF).

The Normal (Gaussian) Distribution

A deep dive into the Normal Distribution, the Central Limit Theorem, and why Gaussian assumptions are the backbone of many Machine Learning algorithms.

Uniform Distribution

Exploring the Discrete and Continuous Uniform distributions: the foundation of random sampling and model initialization.