Question:

Which of the following statements is/are correct in a Bayesian network?

Show Hint

In Bayesian networks, inference algorithms can be exact or approximate. Exact algorithms like variable elimination are computationally expensive, while approximate methods like Gibbs sampling and rejection sampling provide feasible solutions for large networks.
Updated On: Apr 4, 2025
  • Variable elimination is an approximate inference algorithm
  • Gibbs sampling is an exact inference algorithm
  • Variable elimination is used to determine conditional probabilities
  • Rejection sampling is an approximate inference algorithm
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C, D

Solution and Explanation

Let's evaluate each option:

Option (A): Variable elimination is an exact inference algorithm, not an approximate one. It computes the exact marginal distributions but may become computationally expensive for large networks. Hence, this statement is incorrect.
Option (B): Gibbs sampling is an approximate inference algorithm. It uses sampling to estimate the distribution, which is approximate. Therefore, this option is incorrect.
Option (C): Variable elimination is indeed used to compute conditional probabilities in Bayesian networks. It works by eliminating variables one at a time to compute the marginal distribution or conditional probabilities. Thus, this option is correct.
Option (D): Rejection sampling is an approximate inference algorithm. It involves generating random samples and rejecting those that do not meet the criteria. It is used when exact inference is difficult, making this option correct.

Thus, the correct answer is (C) and (D).
Was this answer helpful?
0
0

Top Questions on Probability

View More Questions

Questions Asked in GATE DA exam

View More Questions