PPAI/L6

From WikiZMSI

Reasoning under uncertainty - Bayesian network

Burglary exemplary structure:

Reasoning algorithm in belief networks - general solution:

Excercies

  • Ask about different probabilities for burglary example:
prob(burglary,[call], P).
prob(burglary,[call, lightning], P).
prob(burglary,[call, not lightning], P).
prob(alarm,[lightning],P).
  • Create your own belief network for some chosen problem and calculate different probabilities.