Probability theory begins with a sample space Ω and events (subsets). The Venn diagram of A and B makes intersection, union, and conditional probability concrete. Adjusting P(A), P(B), and P(A∩B) shows all derived probabilities live: P(A∪B) = P(A)+P(B)-P(A∩B), and P(A|B) = P(A∩B)/P(B). When P(A∩B) = P(A)·P(B), events are independent.
Drag P(A), P(B), P(A∩B) to see all derived probabilities update
See P(A∪B), P(A|B), P(B|A) computed instantly from Venn diagram
Detect independence when P(A∩B) ≈ P(A)·P(B)
Understand complementary events and exhaustive partitions
Foundation for naive Bayes, Bayesian networks, and probabilistic models
Part of the EngineersOfAI Interactive 3D - free interactive visualizations covering every major concept in machine learning and AI engineering. Hover any element for a plain-English explanation. No code required.