Consider the variable elimination algorithm in Figure 14.11. a. Section 14.4 applies variable elimination to the query
Question:
a. Section 14.4 applies variable elimination to the query
P(Burglary | JohnCalls = true,MaryCalls = true).
Perform the calculations indicated and check that the answer is correct.
b. Count the number of arithmetic operations performed, and compare it with the number performed by the enumeration algorithm.
c. Suppose a network has the form of a chain: a sequence of Boolean variables X1, . . . ,Xn where Parents(Xi)={Xi1} for i=2, . . . , n. What is the complexity of computing P(X1 |Xn =true) using enumeration? Using variable elimination?
d. Prove that the complexity of running variable elimination on a polytree network is linear in the size of the tree for any variable ordering consistent with the network structure.
Figure 14.11
Step by Step Answer:
Artificial Intelligence A Modern Approach
ISBN: 978-0136042594
3rd edition
Authors: Stuart Russell, Peter Norvig