Learning Sets of Rules
- Sequential covering algorithms
- FOIL
- Induction as inverse of deduction
- Inductive Logic Programming
Web resources:
- http://web.comlab.ox.ac.uk/oucl/research/areas/
machlearn/ilp.html
- http://www-ai.ijs.si/∼ilpnet2
1
Learning Sets of Rules Sequential covering algorithms FOIL - - PDF document
Learning Sets of Rules Sequential covering algorithms FOIL Induction as inverse of deduction Inductive Logic Programming Web resources: http://web.comlab.ox.ac.uk/oucl/research/areas/ machlearn/ilp.html
1
2
3
... ... IF Wind=weak THEN PlayTennis=yes IF Wind=strong THEN PlayTennis=no IF THEN PlayTennis=yes THEN IF Humidity=normal Wind=weak PlayTennis=yes IF Humidity=normal THEN PlayTennis=yes THEN IF Humidity=normal Outlook=sunny PlayTennis=yes THEN IF Humidity=normal Wind=strong PlayTennis=yes THEN IF Humidity=normal Outlook=rain PlayTennis=yes IF Humidity=high THEN PlayTennis=no
4
5
6
7
8
9
10
11
12
log2
13
14
15
16
17
18
19
20
21
PassExam Study C: PassExam KnowMaterial C : 1
V
KnowMaterial Study C : 2
V
PassExam KnowMaterial C : 1
V
KnowMaterial Study C : 2
V V
PassExam Study C:
V 22
23
24
25
Father Tom, Bob ( ) V Father x,z Father z,y V GrandChild y,x ( ) ( ) ( ) Bob/y, Tom/z} { { } Shannon/x GrandChild Bob, Shannon ( ) Father Shannon, Tom ( ) V GrandChild Bob,x Father x,Tom ) ( ( )
26
27
28