6
$\begingroup$

I know the Bayes Theorem but I've never heard nor used Bayesian Networks.

Now I'm told to use Bayesian networks to estimate a dysfunction probability in a noisy signal with Matlab

Can someone please post links or simple straightforwarding guides on how to do that? Theory or how to use matlab's toolboxes are equally useful unless they are too generic

3 Answers 3

5

Bayesian Networks are also known as Graphical Models. An excellent (free sample) chapter (author's or publisher's version) on the subject is in Bishop's book, Pattern Recognition and Machine Learning. See also this post, the bnt toolbox, and example studies such as this one on modeling lung cancer diagnosis. My favorite book on the subject is Borgelt's 2009 2nd edition of Graphical Models.

  • 0
    I'm looking at the article "brief introduction.. etc.." and seems very good to get started with. Thank you for your help!2011-12-21
1

Since you're to use matlab, the Bayes Net Toolbox for Matlab might be useful. Note especially the nice tutorial "A brief introduction to Bayesian Networks".

1

I remember there's a Berkeley AI course covering this. Try search Berkeley CS188 and see if the material is helpful.