[SOLVED] CECS451-Homework 7

15.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product
  1. Test a Bayesian network tool on your workstation.
  2. Find bayes.jar and run it on your workstation. ii. Create nodes and edges to represent Figure 1.

iii. Set the CPT (conditional probability table) to represent Figure 2. iv. Save the result as Assn7.xml and submit it.

  1. Write answers the following questions. (pdf file submission)
    • P~(Visit to Asia | dyspnoea)
    • P~(Tuberculosis | positive X-ray, ¬dyspnoea)
    • P(bronchitis |¬lung cancer)
    • P(¬lung cancer | tuberculosis, ¬dyspnoea)
    • P~(Smoking |¬positive X-ray, bronchitis, ¬visit to asia)

Figure 2: A CPT for tuberculosis and lung cancer.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.