Ai Chap 3 QB
Ai Chap 3 QB
UNIT III
REASONING AND INFERENCE
Part-A
1. Give the Baye’s rule equation? [APRIL/MAY 2017, APR /MAY 2018]
W.K.T P(A^B) = P(A/B) P(B) ------------------------------------ 1
P(A^B) = P(B/A) P(A) ------------------------------------- 2
DIVIDINGBYP(A); WE GET
P(B/A) = P(A/B) P(B) P(A)
The basic task is to reason in terms of prior probabilities of conjunctions, but for the most
part, we will use conditional probabilities as a vehicle for
probabilistic inference.
Bayesian network is an approach in which we preserves the formulations & rely instead on the
modulating of the world we are trying to model.
191AIC403T - ARTIFICIAL INTELLIGENCE Unit-III -QB
In goal directed node the search is done in the backward direction from the goal state to an
achievable initial node
Agents almost never have access to the whole truth about their environment. Agents cannot
find a categorical answer.
Uncertainty can also arise because of incompleteness, incorrectness in agents understanding
of properties of environment.
10. What are the ways in which one can understand the semantics of a belief network?
There are two ways to see the network as a representation of the joint probability distribution
to view it as an encoding of collection of conditional independence statements.
11. Define Fuzzy reasoning. [NOV/DEC 2017].
Human Reasoning means the action of thinking about something in a logical/sensible way.
Fuzzy Logic (FL) is a method of reasoning that resembles human reasoning. The approach of FL
imitates the way of decision making in humans that involves all intermediate possibilities between
digital values YES and NO.
The basic principle of HMM is that the observed events have no one-to-one correspondence
with states but are linked to states through the probability distribution.
Bayes' theorem is also known as Bayes' rule, Bayes' law, or Bayesian reasoning,
which determines the probability of an event with uncertain knowledge.
In probability theory, it relates the conditional probability and marginal probabilities of
two random events.
It is a way to calculate the value of P(B|A) with the knowledge of P(A|B).
Bayes' theorem can be derived using product rule and conditional probability of event
A with known event B:
The above equation (a) is called as Bayes' rule or Bayes' theorem. This equation is
basic of most modern AI systems for probabilistic inference.
PART – B
1. Discuss briefly about Bayesian probability
2. Briefly discuss about reasoning done using fuzzy logic. [ MAY/JUNE 2016 ]
3. Discuss the Dempster-Shafer Theory [ MAY/ JUNE 2016 ], [APRIL/MAY 2017,
NOV/DEC 2017, APR/MAY 2018]
4. Discuss about Bayesian Theory and Bayesian Network [NOV/DEC 2017, APR/MAY 2018,
NOV/DEC 2018]
5. Construct a Bayesian Network and define the necessary CPTs for the given scenario. We have
a bag of three biased coins a,b and c with probabilities of coming up heads of 20%, 60% and 80%
respectively. One coin is drawn randomly from the bag (with equal likelihood of drawing each of the
three coins) and then the coinis flipped three times to generate the outcomes X1, X2 and X3.
[NOV/DEC 2018]
6. Explain hidden Markov models in detail.
7. Explain Neuro-fuzzy Inference in Artificial Intelligence.