What is Expert System in AI
What is Expert System in AI
Intelligence)?
What is Expert System?
Expert System is an interactive and reliable computer-based decision-
making system which uses both facts and heuristics to solve complex
decision-making problems. It is considered at the highest level of human
intelligence and expertise. The purpose of an expert system is to solve the
most complex issues in a specific domain.
• User Interface
The user interface is the most crucial part of the Expert System Software.
This component takes the user’s query in a readable form and passes it to
the inference engine. After that, it displays the results to the user. In other
words, it’s an interface that helps the user communicate with the expert
system.
• Inference Engine
The inference engine is the brain of the expert system. Inference engine
contains rules to solve a specific problem. It refers the knowledge from the
Knowledge Base. It selects facts and rules to apply when trying to answer
the user’s query. It provides reasoning about the information in the
knowledge base. It also helps in deducting the problem to find the solution.
This component is also helpful for formulating conclusions.
• Knowledge Base
The knowledge base is a repository of facts. It stores all the knowledge
about the problem domain. It is like a large container of knowledge which is
obtained from different experts of a specific field.
Thus we can say that the success of the Expert System Software mainly
depends on the highly accurate and precise knowledge.
The inference engine uses one of two methods for acquiring information
from the knowledge base: