Unit IV
Unit IV
Unit IV
UNIT IV
CONTENTS
• Introduction
• Characteristics
• Components
• Development
• Why Expert System
• Capabilities
• Advantages and disadvantages
• Applications
INTRODUCTION
• The system helps in decision making for complex problems using both facts and
heuristics like a human expert.
• It is called so because it contains the expert knowledge of a specific domain and
can solve any complex problem of that particular domain.
• These systems are designed for a specific domain, such as medicine,
science, etc.
INTRODUCTION
Database Knowledge-based
Collection of data representation facts Information at a higher level of
abstraction
Operates on a single object Operates on a class of objects rather
than a single object
Information needs to be explicitly Uses inferencing power
stated
Represented by relational of Representation is by logic or rules or
hierarchical or network model frames or scripts or semantics nets
Maintained for operational purpose. Used for data analysis and planning
BLOCK DIAGRAM OF ES
• 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.
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
• High Performance: The expert system provides high performance for solving any
type of complex problem of a specific domain with high efficiency and accuracy.
• Understandable: It responds in a way that can be easily understandable by the
user. It can take input in human language and provides the output in the same
way.
• Reliable: It is much reliable for generating an efficient and accurate output.
• Highly responsive: ES provides the result for any complex query within a very
short period of time.
COMPONENTS OF EXPERT SYSTEM
• 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.
COMPONENTS OF EXPERT SYSTEM - INFERENCE ENGINE(RULES OF
ENGINE)
• The knowledgebase is a type of storage that stores knowledge acquired from the
different experts of the particular domain. It is considered as big storage of
knowledge. The more the knowledge base, the more precise will be the Expert
System.
• It is similar to a database that contains information and rules of a particular
domain or subject.
• One can also view the knowledge base as collections of objects and their
attributes. Such as a Lion is an object and its attributes are it is a mammal, it is not
a domestic animal, etc.
COMPONENTS OF EXPERT SYSTEM - KNOWLEDGE BASE
Identify
Problem
Domain
Develop and
Develop the
Complete the
Prototype
ES
Test and
Refine the
Prototype
DEVELOPMENT OF EXPERT SYSTEM
• The knowledge engineer uses sample cases to test the prototype for any
deficiencies in performance.
• End users test the prototypes of the ES.
Develop and Complete the ES
• Test and ensure the interaction of the ES with all elements of its environment,
including end users, databases, and other information systems.
• Document the ES project well.
• Train the user to use ES.
1.No memory Limitations: It can store as much data as required and can memorize it
at the time of its application. But for human experts, there are some limitations to
memorize all things at every time.
2.High Efficiency: If the knowledge base is updated with the correct knowledge, then it
provides a highly efficient output, which may not be possible for a human.
3.Expertise in a domain: There are lots of human experts in each domain, and they all
have different skills, different experiences, so it is not easy to get a final output for the
query. But if we put the knowledge gained from human experts into the expert system,
then it provides an efficient output by mixing all the facts and knowledge
4.Not affected by emotions: These systems are not affected by human emotions such
as fatigue, anger, depression, anxiety, etc.. Hence the performance remains constant.
WHY EXPERT SYSTEM?
5. High security: These systems provide high security to resolve any query.
6. Considers all the facts: To respond to any query, it checks and considers all the
available facts and provides the result accordingly. But it is possible that a human
expert may not consider some facts due to any reason.
7. Regular updates improve the performance: If there is an issue in the result
provided by the expert systems, we can improve the performance of the system by
updating the knowledge base.
CAPABILITIES OF THE EXPERT SYSTEM
• Advising: It is capable of advising the human being for the query of any domain
from the particular ES.
• Provide decision-making capabilities: It provides the capability of decision
making in any domain, such as for making any financial decision, decisions in
medical science, etc.
• Demonstrate a device: It is capable of demonstrating any new products such as
its features, specifications, how to use that product, etc.
• Problem-solving: It has problem-solving capabilities.
CAPABILITIES OF THE EXPERT SYSTEM
• Tools − They reduce the effort and cost involved in developing an expert system
to large extent.
• Powerful editors and debugging tools with multi-windows.
• They provide rapid prototyping
• Have Inbuilt definitions of model, knowledge representation, and inference design.
EXPERT SYSTEM TECHNOLOGY
• Shells − A shell is nothing but an expert system without knowledge base. A shell
provides the developers with knowledge acquisition, inference engine, user
interface, and explanation facility. For example, few shells are given below −
• Java Expert System Shell (JESS) that provides fully developed Java API for creating an
expert system.
• Vidwan, a shell developed at the National Centre for Software Technology, Mumbai in
1993. It enables knowledge encoding in the form of IF-THEN rules.
ADVANTAGES OF EXPERT SYSTEM
• The response of the expert system may get wrong if the knowledge base contains
the wrong information.
• Like a human being, it cannot produce a creative output for different scenarios.
• Its maintenance and development costs are very high.
• Knowledge acquisition for designing is much difficult.
• For each domain, we require a specific ES, which is one of the big limitations.
• It cannot learn from itself and hence requires manual updates.
APPLICATIONS OF EXPERT SYSTEM