views:

249

answers:

4

I have heard of this algorithm, but is this algorithm good to use it with Bayesian Belief networks? Hugin is based on it and I'm looking for a book / article on this algorithm.

+4  A: 

The algorithm is described in this paper. It is quite detailed and should be a good point to start.

PartlyCloudy
+1  A: 

I am not familiar with the algorithm but another place to check for information would be a search in google scholar.

MKam
+2  A: 

I haven't kept track of this research area for a while, but I can point you towards the CiteSeerX search engine if you don't know it already. (http://citeseerx.ist.psu.edu/)

Searching for papers which cite Shenoy & Shafer's An axiomatic framework for Bayesian and belief function propagation (1990) will give you a list of other researchers who have tried to apply the algorithm.

MZB
+1  A: 

Pulcinella is a tool for Propagating Uncertainty through Local Computations based on the general framework af valuation systems proposed by Shenoy and Shafer

Pulcinella is freely available for educational and strictly non-commercial use. Pulcinella is written in Common Lisp. It has been tested on Allegro CL on Macintosh, and on Lucid CL, Allegro CL, and CLisp on a Sun. The code is just "pure" common lisp, so it should also run on any other reasonable implementation of common-lisp (well, you know...). To get the latest version, click here. Alternatively, you can get Pulcinella by anonymous ftp from ftp://aass.oru.se/pub/saffiotti. The Pulcinella tar archive includes a few examples, taken from the User's Manual. If you fetch this program, you are expected to send a letter at the address below, stating that you will use Pulcinella for research and non-commercial use only.

Also here is some references.

Even More references:

An Algorithm for Bayesian Belief Network Construction from Data

A Tutorial on Learning With Bayesian Networks

http://en.wikipedia.org/wiki/Bayesian_network#External_links

Lukas Šalkauskas