Libraries
Libraries are vast pools of knowledge from which an expert
system can draw knowledge. An information library helps a
program make decisions. This library may then expand as a
program adapts to new situations. To find information in
a library, a program must search through it. There are two
way in which a program can search through a library. The
first method involves only skimming. This method only
involves looking for key words. A second method involves
searching through every piece of information until the
library is exhausted.
Return to Expert Systems