Uncertain Knowledge
Uncertain Knowledge
Uncertain Knowledge
UNIT – 5
Knowledge Facets and Logic Inferences
Uncertain Knowledge 2
• Connection to Logic
1.Logical Foundations:
1. Traditional logic (e.g., propositional logic, predicate logic) deals with
binary truths (true or false). In contrast, probabilistic reasoning
assigns probabilities to statements, allowing for degrees of belief. For
instance, instead of saying a patient "is sick" or "is not sick,"
probabilistic reasoning might quantify the belief as 70% likely to be
sick.
6
7
• Independence
• Independence is a critical concept in probabilistic reasoning,
impacting how we understand and manipulate probabilities.
8
Bayes rule 9
• Burglary (B)
• Earthquake(E)
• Alarm(A)
• David Calls(D)
• Sophia calls(S)
22
• We can write the events of problem statement in the form of
probability: P[D, S, A, B, E], can rewrite the above probability
statement using joint probability distribution:
• P[D, S, A, B, E]= P[D | S, A, B, E]. P[S, A, B, E]
• =P[D | S, A, B, E]. P[S | A, B, E]. P[A, B, E]
• = P [D| A]. P [ S| A, B, E]. P[ A, B, E]
• = P[D | A]. P[ S | A]. P[A| B, E]. P[B, E]
• = P[D | A ]. P[S | A]. P[A| B, E]. P[B |E]. P[E]
23
24
• Let's take the observed probability for the Burglary and earthquake component:
• P(E= False)= 0.999, Which is the probability that an earthquake not occurred.
• Definition:
• Probabilistic inference is the process of drawing conclusions
about uncertain situations using probability theory. It
involves updating the probability of a hypothesis or event
based on new evidence, typically using Bayes' Theorem.
30
31