Introduction to knowledgebased systems
Overview of the course
This course is about
knowledge-based
expert
systems
systems knowledge systems. - three different terms which mean more or less the same thing.
One could also say that it is about
applied artificial intelligence.
KBSs & Knowledge
What is a knowledge-based system?
A
system which is built around a knowledge base. i.e. a collection of knowledge, taken from a human, and stored in such a way that the system can reason with it.
is the sort of information that people use to solve problems.
What is knowledge?
Knowledge
Knowledge
Knowledge includes:
facts,
concepts, procedures, models, heuristics, examples.
Knowledge may be:
specific
or general exact or fuzzy procedural or declarative
Expert systems
What is an expert system?
A
particular kind of knowledge-based system One in which the knowledge, stored in the knowledge base, has been taken from an expert in some particular field.
Therefore, an expert system can, to a certain extent, act as a substitute for the expert from whom the knowledge was taken.
Artificial intelligence
What is Artificial Intelligence? Artificial Intelligence (AI) is concerned with exploring such aspects of human (and other animal) mental activity as:
understanding
perception consciousness intelligence
creativity
problem-solving using
language
by simulating them using computers.
It is therefore closely connected with such social sciences as:
psychology linguistics
philosophy
Applied artificial intelligence
What is applied AI? Applied AI is concerned with producing software which is intelligent It is intelligent in that it is based on what we know about human reasoning and other mental abilities We are therefore talking about a branch of advanced computing - computer technology - rather than social science
Knowledge engineering
The term knowledge engineering is often used to mean the process of
designing building
installing
an expert system or other knowledgebased system. Some authors use the term to mean just the knowledge acquisition phase.
Experts
An expert is an experienced practitioner in his/her particular field. More than that, he/she is a highly effective problemsolver and decision-taker in that field. Experts have three qualities:
They
make good decisions They make those decisions quickly They are able to cope with a wide range of problems.
As a result, they are valuable, highlypaid, and tend to be overworked.
Experts and expert systems
Note that:
The
task that an expert system performs will generally be regarded as difficult. An expert system almost always operates in a rather narrow field of knowledge. The field of knowledge is called the knowledge domain of the system. There are many fields where expert systems can usefully be built. There are many fields where they cant.
Experts and expert systems
Note also that an expert can usually
explain
and justify
his/her decisions.
Reasons for building an E.S.
One might build an expert system for any or all of the following reasons:
archive an experts knowledge, to insure against the day when he/she leaves, or retires, or dies. To disseminate his/her knowledge, so that it is available in more (possibly many more) places than the location of the expert. To ensure uniformity of advice/decisions. As a basis for training other specialists.
To
Advantages of expert systems
Put another way, E.S. have the following advantages over human experts:
The
knowledge is permanent The knowledge is easily replicated The knowledge is represented explicitly, and can be evaluated The system is consistent - whereas human practitioners have bad days, computers dont. Once built, running costs are low
Disadvantages of expert systems
Developing an expert system usually costs a great deal of time & money Historically, there has been a high failure rate in E.S. projects
The
project may well fail during development - most likely during the knowledge acquisition phase. The development may succeed, but the organisation may fail to accept and use the finished system.
Disadvantages of expert systems
A human expert can update his/her knowledge in the light of
Common
sense Knowledge derived from other domain Contacts with other experts.
An expert system cant.