Answer
1_2_9
Write down three factors you need
to take into account when you are designing an expert system.
What
is the expert system used for:
- Expert
databases;
- Monitoring
an industrial plant
Interface
(input):
- natural
language questioning;
- collection
of data from sensors;
Processing
and storage:
- inference
engines to convert natural language to specific queries to query the
database;
- spreadsheet
to model the behaviour of the plant.
Outputs:
- reports
to the users
- alarms
to alert user if there is a fault condition;
- responses
to rest of the plant if there is a fault.
In
this kind of question, try to break it down into input, process, and output.
BACK