| Keith A. Pray - Professional and Academic Site |
|
|||||||||||||||||||||||||||||||||||||||||||||||||
|
Project 9: Analytical Learning
[ Intro ]
[ 11.1-slide ]
[ 11.1 ]
Exercise 11.1
HouseMates ( Joe, Sue )
Person ( Joe ) Person ( Sue )
Sex ( Joes, Male ) Sex ( Sue, Female )
HairColor ( Joe, Black ) HairColor ( Sue, Brown )
Height ( Joe, Short ) Height ( Sue, Short )
Nationality ( Joe, US ) Nationality ( Sue, US )
Mother ( Joe, Mary ) Mother ( Sue, Mary )
Age ( Joe, 8 ) Age ( Sue, 6 )
The following domain theory is helpful for acquiring the HouseMates
concept:
HouseMates ( x, y ) <- InSameFamily ( x, y )
HouseMates ( x, y ) <- FraternityBrothers ( x, y )
InSameFamily ( x, y ) <- Married ( x, y )
InSameFamily ( x, y ) <- Youngster ( x ) ^
Youngster ( y ) ^ SameMother ( x, y )
SameMother ( x, y ) <- Mother ( x, z ) ^ Mother ( y, z )
Youngster ( x ) <- Age ( x, a ) ^ LessThan ( a, 10 )
Apply the Prolog-EBG algorithm to the task of generalizing
from the above instance, using the above domain theory. In particular,
by: Keith A. Pray Last Modified: July 4, 2004 9:02 AM |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Kapowee Hosted | Kapow Generated in 0.007 second | XHTML | CSS