Collection of open machine learning papers
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
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)
Estimation of the parameters of the global distribution with known graph structure.