Skip to content

mlpapers/bayesian-nets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bayesian networks

Bayesian network is a probabilistic graphical model (a type of statistical model) that represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG) (Wiki

Types

Structure learning

Learning the graph structure that represents the conditional independencies between variables. Main approaches are constraint-based (conditional independence tests) and score-based (goodness-of-fit scores)

Parameter learning

Estimation of the parameters of the global distribution with known graph structure.

Packages

  • R
  • Python
    • Package: BNfinder (PyPI)
  • Julia
    • Package: BayesNets.jl (Code)