Handling Uncertainty
Handling Uncertainty
Handling Uncertainty
Causes of uncertainty:
Probabilistic reasoning:
In the real world, there are lots of scenarios, where the certainty
of something is not confirmed, such as "It will rain today,"
"behavior of someone for some situations," "A match between
two teams or two players." These are probable sentences for
which we can assume that it will happen but not sure about it,
so here we use probabilistic reasoning.
o Bayes' rule
Conditional probability:
Example:
In a class, there are 70% of the students who like English and
40% of the students who likes English and mathematics, and
then what is the percent of students those who like English also
like mathematics?
Solution:
Hence, 57% are the students who like English also like
Mathematics.
Bayes' theorem in Artificial intelligence
Bayes' theorem:
Example-1:
Given Data:
Let a be the proposition that patient has stiff neck and b be the
proposition that patient has meningitis. , so we can calculate
the following as:
P(a|b) = 0.8
P(b) = 1/30000
P(a)= .02
Example-2:
Solution:
o In the real world, there are lots of scenarios, where the certainty of something
is not confirmed, such as "It will rain today," "behavior of someone for some
situations," "A match between two teams or two players." These are probable
sentences for which we can assume that it will happen but not sure about it.
o Conditional probability refers to the chances that some outcome (A) occurs
given that another event (B) has also occurred. In probability, this is written as
A given B, or as this formula: P(A|B), where the probability of A depends on
that of B happening.
o
the equation for the conditional distribution:
o Conditional Distributions of Discrete Random Variables. P(A |
B)=P(A∩B)P(B). We use this same concept for events to define conditional
probabilities for random variables.
Markov model
These models show all possible states as well as the transitions, rate of transitions,
and probabilities between them. Markov models are frequently used to model the
probabilities of various states and the rates of transitions among them. The method
is generally used to model systems.