Lecture 6 - Knowledge and Expert Systems Flashcards
Pre-1970s is known as the _________ Era
Heuristic Search Era
In the Heuristic Search Era, the quest for the essence of intelligence focused on two areas:
Universal Problem Solving Techniques
Universal Learning Techniques
Search techniques and General Problem Solving are both part of
Universal Problem Solving Techniques
Perceptrons are part of
Universal Learning Techniques
Both universal problem solving techniques and universal learning techniques are characterised by
Absence of a priori knowledge of the problem domain (i.e. no knowledge or understanding before the problem solving begins)
Post 1970s is known as the
Knowledge Based Systems Era
The Knowledge based systems era is characterised by
Recognition of central role of knowledge in all types of intelligent activity
Shift of research emphasis to study of techniques for representing and using knowledge
What was Dendral?
The first serious attempt to produce a system as good as a human expert in a real world problem domain
In what years was Dendral under devleopment?
1965-1972
What was Dendral’s task?
Determine structure of a chemical compound from mass spectrogram data
How does a mass spectrogram work?
Smash up molecules
Get a histogram of fragment masses
What knowledge did dendral have?
Chemical formula of the compound
Atomic weights of chemicals and compounds
Why was Dendral’s task particularly difficult?
Huge search space -
Atoms may be joined in many different configurations
Organic compound with only 20 atoms can have up to 104 isomers
What would be the naive solution to Dendral’s task, and why is it a stupid idea to use this?
Generate all possible structures of the compound
For each, check if it is consistent with spectral data
Not used because it is very computationally expensive
What solution did dendral use for its task?
Use knowledge about the problem domain to constrain generation of candidate solutions
e.g. substructures the molecule is known to contain
substructures the molecule is known not to contain
which bonds are more likely to break
Far fewer candidates generated this way!