Skip to content

miladce/Bayesian-network-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian Network Learning

dataset: nursery dataset is available here: https://archive.ics.uci.edu/ml/datasets/nursery

Bayesian networks representing uncertain relationships among the random variables. relationships must be learned from data, by assigning a score to each Bayesian network structure according to a scoring function(such as MDL (or BIC), AIC, BDeu) and find the structure that optimizes the score.

for installing project dependencies via pip:

pip install /path/to/reqs.txt

rendered notebook is available here

Releases

No releases published

Packages

No packages published