MIS Assignment
MIS Assignment
2
Management Information Systems
Submitted To:
Sir Asim
Submitted by:
Muhammad Naveed Anwar
{2016-UET-SCOCS-LHR-03}
The expert system can resolve many issues which generally would require a
human expert. It is based on knowledge acquired from an expert. It is also
capable of expressing and reasoning about some domain of knowledge. Expert
systems were the predecessor of the current day artificial intelligence, deep
learning and machine learning systems.
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 mainly depends on the
highly accurate and precise knowledge.