This exercise is concerned with the variable elimination algorithm in Figure. a. Section 14.4 applies variable elimination

Question:

This exercise is concerned with the variable elimination algorithm in Figure.

a. Section 14.4 applies variable elimination t the query P (Burglary?JohnCalls = true, Mary Calls = true). Perform the calculations indicated and check the answer is correct.

b. Count the number of arithmetic operations performed, and compares 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) = {X i_1} 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 poly-tree network is linear in the size of the tree for any variable ordering consistent with the network structure.

image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Artificial Intelligence A Modern Approach

ISBN: 978-0137903955

2nd Edition

Authors: Stuart J. Russell and Peter Norvig

Question Posted: