Software for Graphical models : a review by
暂无分享,去创建一个
Graphical models (GMs) are a way to represent conditional independence assumptions by using graphs. Specifically, nodes represent random variables and lack of edges represent conditional independencies. The graph is a useful visual representation of complex stochastic systems. The graphical structure is also the basis of efficient inference algorithms. There are many different kinds of graphical models, but the two most popular ones are based on directed acylic graphs (also called “Bayesian networks”) and on undirected graphs (also called “Markov random fields”). In this article, we review some of the more popular and/or recent software packages for dealing with graphical models. A more extensive comparison can be found at http://www.cs.ubc.ca/~murphyk/ Software/bnsoft.html.