
Explain like I'm five
Imagine you think it might rain today (your guess), and then you see dark clouds (new info). Bayes Theorem is like a smart friend who combines your guess with the clouds to give a better chance of rain. It helps you update your belief when you learn something new.

Why it matters
It's the backbone of how machines learn from data, like spam filters getting better at spotting junk emails. You also encounter it in medical tests, where it helps interpret if a positive result really means you're sick.

Common misconception
People often think Bayes Theorem says the probability of a hypothesis is just the probability of the evidence given the hypothesis. In truth, it also depends on how likely the hypothesis was before seeing the evidence (the prior) and the overall chance of the evidence.

Formal definition
Bayes Theorem describes the probability of an event based on prior knowledge of conditions that might be related to the event. Mathematically, P(A|B) = [P(B|A) * P(A)] / P(B), where P(A|B) is the posterior probability of hypothesis A given evidence B. It quantifies how new evidence updates a prior belief into a posterior belief.