12.5.1.2 create a simple expert system Expert system (ES) Definition
Difference between AI and Expert System Description Data is added to the knowledge base of an expert system by people who are experts in a particular field, and this software is used by a non-expert user to get some information. Expert systems can advise users, as well as explain to them how they came to a certain conclusion or advice. They are widely used in many fields such as medical diagnostics, accounting, programming, gaming, etc.
Components of an expert system: Knowledge base: The knowledge base is facts and rules. It consists of knowledge in a specific area, rules for solving a problem. Inference engine: The function of the inference engine is to fetch the relevant knowledge from the knowledge base, interpret it and to find a solution relevant to the user’s problem. The inference engine acquires the rules from its knowledge base and applies them to the known facts to infer new facts. Inference engines can also include explanation and debugging abilities. User interface: This module makes it possible for a non-expert user to interact with the expert system and find a solution to the problem. Knowledge acquisition and learning module: The function of this component is to allow the expert system to acquire more and more knowledge from various sources and store it in the knowledge base. Explanation module: This module helps the expert system to give the user an explanation about how the expert system reached a particular conclusion. Characteristics of an expert system:
Limitations:
Advantages:
Disadvantages:
Example of simple expert system Source: https://www.geeksforgeeks.org/expert-systems/ Example of current expert system "WebMD Symptome checker" Questions:
Exercises: Ex. 1
Ex. 2 | |
| |
Просмотров: 7527 | | |
Всего комментариев: 0 | |