Ch6
Ch6
Causes of uncertainty:
Following are some leading causes of uncertainty to occur in the real
world.
Probabilistic reasoning:
Probabilistic reasoning is a way of knowledge representation where
we apply the concept of probability to indicate the uncertainty in
knowledge. In probabilistic reasoning, we combine probability theory
with logic to handle the uncertainty.
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
o Bayesian Statistics
Conditional probability:
Conditional probability is a probability of occurring an event when
another event has already happened.
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:
PlayNext
Unmute
Duration 18:10
Loaded: 0.37%
Â
Fullscreen
Backward Skip 10sPlay VideoForward Skip 10s
Example-1:
Given Data:
P(a|b) = 0.8
P(b) = 1/30000
P(a)= .02
Example-2:
Solution:
PlayNext
Unmute
Duration 18:10
Loaded: 0.37%
Â
Fullscreen
Backward Skip 10sPlay VideoForward Skip 10s
Bayesian Network can be used for building models from data and
experts opinions, and it consists of two parts:
o Causal Component
o Actual numbers
P[x1, x2, x3,....., xn], it can be written as the following way in terms
of the joint probability distribution.
In general for each variable Xi, we can write the equation as:
P(Xi|Xi-1,........., X1) = P(Xi |Parents(Xi ))
Problem:
Solution:
o Burglary (B)
o Earthquake(E)
o Alarm(A)
o David Calls(D)
o Sophia calls(S)
= 0.00068045.
full joint probability distribution can answer any question about the domain, but
can become intractably large as the number of variables grows. Furthermore,
specifying probabilities for possible worlds one by one is unnatural and tedious.
We also saw that independence and conditional independence relationships among
variables can greatly reduce the number of probabilities that need to be specified in
order to define the full joint distribution. This section introduces a data structure
called a Bayesian network1 BAYESIAN NETWORK to represent the
dependencies among variables. Bayesian networks can represent essentially any
full joint probability distribution and in many cases can do so very concisely .