Skip to content

This is coding assignment for CS6360 dealing with bayesian networks.

Notifications You must be signed in to change notification settings

atumlin/CS6360_Assignment2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CS6360_Assignment2

This is coding assignment for CS6360 dealing with bayesian networks.

All of the answers can be found in assignment2.ipynb. It was designed as a notebook to make it easier to see computational answers alongside written answers to the various problems.

An example call of the algorithm to find the query, for example, P(Fraud|FP=T,IP=F,CRP=T) is

answer = inference(factorList=factorList,
                   queryVariables=['Fraud'],
                   orderedListOfHiddenVariables=['Trav', 'OC'],
                   evidenceList={'FP': True, 'IP': False, 'CRP': True})

About

This is coding assignment for CS6360 dealing with bayesian networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published