Probabilistic Reasoning
Probabilistic Reasoning
Probabilistic Reasoning
• In Fuzzy Logic, we handle degrees of truth (e.g., "Hot" is 0.7)
• If we need to handle uncertainty like,
👉 "What is the probability that a patient has a disease given some
symptoms?“
• Probabilistic Reasoning
• 🔹 Classical Logic: True or False (certainty).
🔹 Fuzzy Logic: Partial truth (e.g., 0.7 hot).
🔹 Probabilistic Reasoning: Likelihood of events
(e.g., 70% chance of flu).
Bayes' Theorem
• Definition and formula
• Bayes' theorem is a fundamental concept in probability theory that describes
the probability of an event based on prior knowledge of conditions that might
be related to the event
• It is named after the Reverend Thomas Bayes, who first formulated the
theorem
• The theorem is particularly useful in updating probabilities as new evidence
becomes available
Bayes' Theorem
Flu → Fever
→Cough
𝑷𝒓𝒆𝒄𝒐𝒏𝒅𝒊𝒕𝒊𝒐𝒏: 𝑷 ( 𝑿)
𝑪𝒐𝒎𝒄𝒍𝒖𝒔𝒊𝒐𝒏 : 𝑸 ( 𝑿 ) (𝒖𝒏𝒍𝒆𝒔𝒔 𝒄𝒐𝒏𝒕𝒓𝒂𝒅𝒊𝒄𝒕𝒆𝒅)
For birds flying
𝑩𝒊𝒓𝒅 ( 𝑿 )
𝑪𝒂𝒏𝑭𝒍𝒚 ( 𝑿)
For Panguins
Penguin(X)⇒¬CanFly(X)
Autoepistemic Logic (Reasoning
About Knowledge)
👉 "I believe X to be true unless I learn otherwise."
🔹 Used for self-reasoning AI (e.g., knowledge-based agents).
📌 Example:
🔹 This is useful for AI systems that reason about their own knowledge.
3. Circumscription (Minimal
Change)
👉 Assumes things stay the same unless explicitly changed.
🔹 Used in AI Planning, Diagnosis Systems.
📌 Example:
"People usually have two eyes."
If we meet a one-eyed person, we don’t assume all people have one eye
—just this case is special.
🔹 Mathematical Representation:
Minimize¬P(X)
Neural Networks
Feature (ANNs) Fuzzy Logic Neuro-Fuzzy (Hybrid)