AdamCharron/Bayesian_Networks
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Bayesian Networks Assignment for an AI course Two parts: 1. The implementation of the variable elimination algorithm 2. Adapting the variable elimination algorithm to map possible treatments to outcomes in a medical decision support system application Wrote two files: VariableElimination.py DecisionSupport.py Support files: BayesianNetwork.py MedicalBayesianNetwork.py Test files (contain test cases): part_1_tester.py part_2_tester.py