Skip to content

Latest commit

 

History

History
68 lines (61 loc) · 5.38 KB

README.md

File metadata and controls

68 lines (61 loc) · 5.38 KB

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)