







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Some concept of Artificial Intelligence are Agents and Problem Solving, Autonomy, Programs, Classical and Modern Planning, First-Order Logic, Resolution Theorem Proving, Search Strategies, Structure Learning. Main points of this lecture are: Graphical Models, Conditional Independence, Bayesian Networks, Acyclic Directed Graph, Vertices, Edges, Markov Condition, Resolving Conflict, Paraconsistent Reasoning, Propagation
Typology: Slides
1 / 13
This page cannot be seen from the preview
Don't miss anything!
P ( 20s , Female , Low, Non-Smoker , No-Cancer, Negative, Negative )
= P ( T ) · P ( F ) · P ( L | T ) · P ( N | T , F ) · P ( N | L, N ) · P ( N | N ) · P ( N | N )
P ( X | Y , Z ) = P ( X | Z ) for all values of X, Y , and Z
n
i
P X 1 ,X 2 , ,Xn P Xi|parents Xi
1
X 1 X 3
X 4
X 5
Age
Exposure-To-Toxins
Smoking
Cancer
X 6
Serum Calcium
Gender^ X 2 X 7
Lung Tumor
Non Descendants
Parents
Descendants
x Ω
P D
PD|hP h argmax
h argmaxP h|D
h H
hH
hH MAP
P h D
P D
P D|hP h P h|D
h H
hML argmaxPD|h i
A
D
B E G
C
H
F
Bayesian Network
(Acyclic Digraph)
A
D
B E G
C
H
F
Moralize
A 1
D 8
B 2
E 3
G 5 C 4 H 7
F 6
Triangulate
Clq
D
C
G
H
C
Clq
G
F
E
Clq
E3^ G
C Clq
A
B
Clq
E
C
B
Clq
Find Maximal Cliques
Input: list of cliques of triangulated, moralized graph G u
Output:
Tree of cliques
Separators nodes Si,
Residual nodes R i and potential probability (Clq i ) for all cliques
Algorithm:
Split vertex in
undirected cycle;
condition upon each
of its state values
Number of network
instantiations:
Product of arity of
nodes in minimal loop
cutset
Posterior: marginal
conditioned upon
cutset variable values
X 3
X 4
X 5
Exposure-To-
Toxins
Smoking
Cancer (^) X 6
Serum Calcium
X 2
Gender
X 7
Lung Tumor
X1,
Age = [0, 10)
X1,
Age = [10, 20)
X1,
Age = [100, )
http://aima.cs.berkeley.edu/
A
B C
F
G
Season
Sprinkler
Rain
Wet
Slippery
D
Manual
Watering
P(A|G=1) =?
d = < A, C, B, F, D, G >
λG(f) = ΣG=1 P(G|F)
P(A), P(B|A), P(C|A), P(D|B,A), P(F|B,C), P(G|F)