For Monday
- Read FOIL paper
- No homework
For Monday Read FOIL paper No homework Program 2 Questions? Rule - - PowerPoint PPT Presentation
For Monday Read FOIL paper No homework Program 2 Questions? Rule Learning Why learn rules? Proposition Rule Learning Basic if-then rules Condition is typically a conjunction of attribute tests Basic Approaches
red circle → A (97% train accuracy) red big → B (95% train accuracy) : : Test case: <big, red, circle> assigned to class A
9
X Y
10
X Y
11
X Y
12
X Y
13
X Y
14
X Y
15
X Y
16
X Y
17
X Y
18
X Y
19
X Y
20
X Y
21
X Y
22
X Y
23
X Y
24
X Y
26
X Y
27
X Y
Y>C1
28
X Y
Y>C1 X>C2
29
X Y
Y>C1 X>C2 Y<C3
30
X Y
Y>C1 X>C2 Y<C3 X<C4
31
X Y
32
X Y
33
X Y
34
X Y
35
X Y
36
X Y
37
X Y
38
X Y
39
X Y
40
X Y
41
X Y
45
– Weights associated with each feature in a rule – Method for summing evidence similar to certainty factors. – No explicit disjunction
– Examples of 15 soybean plant diseases descried using 35 nominal and discrete ordered features, 630 total examples. – 290 “best” (diverse) training examples selected for training. Remainder used for testing
46
A B C → P (1 + 1 + -1)/3 = 0.333 D E F → P (1 + -1 + 1)/3 = 0.333 Total score for P: 0.333 + 0.333 – 0.333* 0.333 = 0.555
47