AI Unit5 Ppts
AI Unit5 Ppts
UNIT- V
Syllubus
• Expert Systems: Representing and Using
Domain Knowledge, Shell, Explanation,
Knowledge Acquisition
Expert System
Note: It is important to remember that an expert system is not used to replace the human experts; instead, it is used to assist
the human in making a complex decision. These systems do not have human capabilities of thinking and work on the basis
of the knowledge base of the particular domain.
popular examples of the Expert System:
• DENDRAL: It was an artificial intelligence project that was made
as a chemical analysis expert system. It was used in organic
chemistry to detect unknown organic molecules with the help
of their mass spectra and knowledge base of chemistry.
• MYCIN: It was one of the earliest backward chaining expert
systems that was designed to find the bacteria causing
infections like bacteraemia and meningitis. It was also used for
the recommendation of antibiotics and the diagnosis of blood
clotting diseases.
• PXDES: It is an expert system that is used to determine the type
and level of lung cancer. To determine the disease, it takes a
picture from the upper body, which looks like the shadow. This
shadow identifies the type and degree of harm.
• CaDeT: The CaDet expert system is a diagnostic support system
that can detect cancer at early stages.
Characteristics of Expert System
• User Interface
• Inference Engine
• Knowledge Base
1.User Interface
• With the help of a user interface, the expert
system interacts with the user, takes queries
as an input in a readable format, and passes it
to the inference engine.
• After getting the response from the inference
engine, it displays the output to the user.
• In other words, it is an interface that helps a
non-expert user to communicate with the
expert system to find a solution.
2. Inference Engine(Rules of Engine)
– For each domain, we require a specific ES, which is one of the big
limitations.