What are Expert Systems?

Did you come across any project requirements to implement an expert system? In another words, did you come across the need to implement rules engine? Lets try and define expert system.

Simply speaking, an expert system is a computer program which can advice actions to the users, based on the facts (data or inputs) that he shares with the system. The expert system maintains the knowledge heuristic which is updated by experts in the field, from time-to-time. An expert system can have two interfaces, one for general user and other for expert user (domain expert or knowledge engineer). Following diagram depicts what an expert system looks like:

A Sample Expert System

A Sample Expert System

 

Lets look at what are some of the key components of an expert system in general:

  • Knowledge Base: Knowledge base consists of a set of rules and facts created by subject matter expert from time-to-time. These rules are modified by these experts as and when required. Following diagram represents the process used by subject matter experts to create a knowledge base.
process to create a knowledge base

process to create a knowledge base

  • Inference Engine: Inference engines are used to infer the outcomes/solutions based on the problem statement provided to it. It refers the knowledge base to reach to a set of one or more conclusions.
Ajitesh Kumar
Follow me

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com
Posted in Rules System.

Leave a Reply

Your email address will not be published. Required fields are marked *