Skip to content

Implementation of a variable elimination algorithm, and mapping possible treatments to outcomes in a medical decision support system application. Written in Python.

Notifications You must be signed in to change notification settings

AdamCharron/Bayesian_Networks

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

About

Implementation of a variable elimination algorithm, and mapping possible treatments to outcomes in a medical decision support system application. Written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages