SlideShare a Scribd company logo
1 of 28
Expert Systems
Dr. C.V. Suresh Babu
(CentreforKnowledgeTransfer)
institute
What are Expert Systems?
• The expert systems are the computer applications developed to solve
complex problems in a particular domain, at the level of extra-ordinary
human intelligence and expertise.
(CentreforKnowledgeTransfer)
institute
Characteristics of Expert Systems
• High performance
• Understandable
• Reliable
• Highly responsive
(CentreforKnowledgeTransfer)
institute
Capabilities of Expert Systems
The expert systems are capable of −
• Advising
• Instructing and assisting human in decision making
• Demonstrating
• Deriving a solution
• Diagnosing
• Explaining
• Interpreting input
• Predicting results
• Justifying the conclusion
• Suggesting alternative options to a problem
(CentreforKnowledgeTransfer)
institute
Why do you need Expert Systems?
Today’s world requires more and more experts in the ever-growing technological feats that humans are
achieving.The important thing here is to see if you can put the power of computing to good use. Expert
system in AI are the way computers replicate the knowledge and the skills of a person who’s an expert in
a field.
• Some of the biggest advantages that the expert systems provide us are these four aspects:
• Maximum efficiency
• Reliability
• High-level understandability
• Unbeatable performance
This process of taking an expert human’s knowledge and adding high amounts of computation power to
it has proved nothing but immensely beneficial in today’s world.
(CentreforKnowledgeTransfer)
institute
Expert Systems can’t…
• Substituting human decision makers
• Possessing human capabilities
• Producing accurate output for inadequate knowledge base
• Refining their own knowledge
(CentreforKnowledgeTransfer)
institute
Components of Expert Systems
• Knowledge Base
• Inference Engine
• User Interface
(CentreforKnowledgeTransfer)
institute
Knowledge Base
• It contains domain-specific and high-quality knowledge.
• Knowledge is required to exhibit intelligence. The success of any ES majorly
depends upon the collection of highly accurate and precise knowledge.
(CentreforKnowledgeTransfer)
institute
What is Knowledge?
• The data is collection of facts.The information is organized as data and facts
about the task domain. Data, information, and past experience combined
together are termed as knowledge.
(CentreforKnowledgeTransfer)
institute
Components of Knowledge Base
• The knowledge base of an ES is a store of both, factual and heuristic
knowledge.
• Factual Knowledge − It is the information widely accepted by the
Knowledge Engineers and scholars in the task domain.
• Heuristic Knowledge − It is about practice, accurate judgement, one’s
ability of evaluation, and guessing.
(CentreforKnowledgeTransfer)
institute
Knowledge representation
• It is the method used to organize and formalize the knowledge in the
knowledge base. It is in the form of IF-THEN-ELSE rules.
(CentreforKnowledgeTransfer)
institute
Knowledge Acquisition
• The success of any expert system majorly depends on the quality, completeness,
and accuracy of the information stored in the knowledge base.
• The knowledge base is formed by readings from various experts, scholars, and the
Knowledge Engineers.The knowledge engineer is a person with the qualities of
empathy, quick learning, and case analyzing skills.
• He acquires information from subject expert by recording, interviewing, and
observing him at work, etc. He then categorizes and organizes the information in a
meaningful way, in the form of IF-THEN-ELSE rules, to be used by interference
machine.The knowledge engineer also monitors the development of the ES.
(CentreforKnowledgeTransfer)
institute
Inference Engine
• Use of efficient procedures and rules by the Inference Engine is essential in deducting a correct, flawless solution.
• In case of knowledge-based ES, the Inference Engine acquires and manipulates the knowledge from the knowledge base
to arrive at a particular solution.
• In case of rule based ES, it −
• Applies rules repeatedly to the facts, which are obtained from earlier rule application.
• Adds new knowledge into the knowledge base if required.
• Resolves rules conflict when multiple rules are applicable to a particular case.
To recommend a solution, the Inference Engine uses the following strategies −
• Forward Chaining
• BackwardChaining
(CentreforKnowledgeTransfer)
institute
Forward Chaining
• It is a strategy of an expert system to answer the question, “What can
happen next?”
• Here, the Inference Engine follows the chain of conditions and derivations
and finally deduces the outcome. It considers all the facts and rules, and
sorts them before concluding to a solution.
• This strategy is followed for working on conclusion, result, or effect. For
example, prediction of share market status as an effect of changes in
interest rates.
(CentreforKnowledgeTransfer)
institute
Backward Chaining
• With this strategy, an expert system finds out the answer to the question,
“Why this happened?”
• On the basis of what has already happened, the Inference Engine tries to
find out which conditions could have happened in the past for this result.
This strategy is followed for finding out cause or reason. For example,
diagnosis of blood cancer in humans.
(CentreforKnowledgeTransfer)
institute
User Interface
• User interface provides interaction between user of the ES and the ES itself. It is generally
Natural Language Processing so as to be used by the user who is well-versed in the task
domain.The user of the ES need not be necessarily an expert in Artificial Intelligence.
• It explains how the ES has arrived at a particular recommendation.The explanation may
appear in the following forms −
• Natural language displayed on screen.
• Verbal narrations in natural language.
• Listing of rule numbers displayed on the screen.
• The user interface makes it easy to trace the credibility of the deductions.
(CentreforKnowledgeTransfer)
institute
Requirements of Efficient ES User
Interface
• It should help users to accomplish their goals in shortest possible way.
• It should be designed to work for user’s existing or desired work practices.
• Its technology should be adaptable to user’s requirements; not the other
way round.
• It should make efficient use of user input.
(CentreforKnowledgeTransfer)
institute
Expert Systems Limitations
No technology can offer easy and complete solution. Large systems are costly,
require significant development time, and computer resources. ESs have their
limitations which include −
• Limitations of the technology
• Difficult knowledge acquisition
• ES are difficult to maintain
• High development costs
(CentreforKnowledgeTransfer)
institute
Applications of Expert System
Application Description
Design Domain Camera lens design, automobile design.
Medical Domain
Diagnosis Systems to deduce cause of disease from observed data, conduction
medical operations on humans.
Monitoring Systems
Comparing data continuously with observed system or with prescribed
behavior such as leakage monitoring in long petroleum pipeline.
ProcessControl Systems Controlling a physical process based on monitoring.
Knowledge Domain Finding out faults in vehicles, computers.
Finance/Commerce
Detection of possible fraud, suspicious transactions, stock market trading,
Airline scheduling, cargo scheduling.
(CentreforKnowledgeTransfer)
institute
Applications of Expert System
• Information management
• Hospitals and medical facilities
• Help desks management
• Employee performance evaluation
• Loan analysis
• Virus detection
• Useful for repair and maintenance
projects
• Warehouse optimization
• Planning and scheduling
• The configuration of manufactured objects
• Financial decision making Knowledge publishing
• Process monitoring and control
• Supervise the operation of the plant and
controller
• Stock market trading
• Airline scheduling & cargo schedules
(CentreforKnowledgeTransfer)
institute
Expert SystemTechnology
• There are several levels of ES technologies available. Expert systems technologies include −
• Expert System Development Environment −The ES development environment includes hardware and tools.They are −
• Workstations, minicomputers, mainframes.
• High level Symbolic Programming Languages such as LISt Programming (LISP) and PROgrammation en LOGique
(PROLOG).
• Large databases.
• 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.
• 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 SoftwareTechnology, Mumbai in 1993. It enables knowledge
(CentreforKnowledgeTransfer)
institute
Development of Expert Systems:
General Steps
The process of ES development is iterative. Steps in developing the ES include −
Identify Problem Domain
• The problem must be suitable for an expert system to solve it.
• Find the experts in task domain for the ES project.
• Establish cost-effectiveness of the system.
Design the System
• Identify the ESTechnology
• Know and establish the degree of integration with the other systems and databases.
• Realize how the concepts can represent the domain knowledge best.
Develop the Prototype
From Knowledge Base:The knowledge engineer works to −
• Acquire domain knowledge from the expert.
• Represent it in the form of If-THEN-ELSE rules.
Test and Refine the Prototype
• 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.
Maintain the System
• Keep the knowledge base up-to-date by regular review and update.
• Cater for new interfaces with other information systems, as those systems evolve.
(CentreforKnowledgeTransfer)
institute
Conventional System vs. Expert System
Conventional System Expert System
Knowledge and processing are combined in one
unit.
Knowledge database and the processing
mechanism are two separate components.
The programme does not make errors (Unless
error in programming).
The Expert System may make a mistake.
The system is operational only when fully
developed.
The expert system is optimized on an ongoing
basis and can be launched with a small number
of rules.
Step by step execution according to fixed
algorithms is required.
Execution is done logically & heuristically.
It needs full information.
It can be functional with sufficient or
insufficient information.
(CentreforKnowledgeTransfer)
institute
Human expert vs. Expert System
Human Expert Artificial Expertise
Perishable Permanent
Difficult toTransfer Transferable
Difficult to Document Easy to Document
Unpredictable Consistent
Expensive Cost effective System
(CentreforKnowledgeTransfer)
institute
Benefits of Expert Systems
• Availability −They are easily available due to mass production of software.
• Less Production Cost − Production cost is reasonable.This makes them affordable.
• Speed −They offer great speed.They reduce the amount of work an individual puts
in.
• Less Error Rate − Error rate is low as compared to human errors.
• Reducing Risk −They can work in the environment dangerous to humans.
• Steady response −They work steadily without getting motional, tensed or
fatigued.
(CentreforKnowledgeTransfer)
institute
Benefits of Expert Systems
• It improves the decision quality
• Cuts the expense of consulting experts for problem-solving
• It provides fast and efficient solutions to problems in a narrow area of specialization.
• It can gather scarce expertise and used it efficiently.
• Offers consistent answer for the repetitive problem
• Maintains a significant level of information
• Helps you to get fast and accurate answers
• A proper explanation of decision making
• Ability to solve complex and challenging issues
• Artificial Intelligence Expert Systems can steadily work without getting emotional, tensed or fatigued.
(CentreforKnowledgeTransfer)
institute
Limitations of the Expert System
• Unable to make a creative response in an extraordinary situation
• Errors in the knowledge base can lead to wrong decision
• The maintenance cost of an expert system is too expensive
• Each problem is different therefore the solution from a human expert can
also be different and more creative
(CentreforKnowledgeTransfer)
institute
Summary
• An Expert System is an interactive and reliable computer-based decision-making system which
uses both facts and heuristics to solve complex decision-making problem
• Key components of an Expert System are 1) User Interface, 2) Inference Engine, 3) Knowledge
Base
• Key participants in Artificial Intelligence Expert Systems Development are 1) Domain Expert 2)
Knowledge Engineer 3) End User
• Improved decision quality, reduce cost, consistency, reliability, speed are key benefits of an
Expert System
• An Expert system can not give creative solutions and can be costly to maintain.
• An Expert System can be used for broad applications like Stock Market,Warehouse, HR, etc

More Related Content

What's hot

Dempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th SemDempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th SemDigiGurukul
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI Bharat Bhushan
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systemsYowan Rdotexe
 
Application of Expert Systems in System Analysis & Design
Application of Expert Systems inSystem Analysis & DesignApplication of Expert Systems inSystem Analysis & Design
Application of Expert Systems in System Analysis & Design faiza nahin
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSREHMAT ULLAH
 
Artificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionArtificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionThe Integral Worm
 
Problem Formulation in Artificial Inteligence Projects
Problem Formulation in Artificial Inteligence ProjectsProblem Formulation in Artificial Inteligence Projects
Problem Formulation in Artificial Inteligence ProjectsDr. C.V. Suresh Babu
 
Syntax directed translation
Syntax directed translationSyntax directed translation
Syntax directed translationAkshaya Arunan
 
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
 Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriyaVijiPriya Jeyamani
 
Peephole optimization techniques in compiler design
Peephole optimization techniques in compiler designPeephole optimization techniques in compiler design
Peephole optimization techniques in compiler designAnul Chaudhary
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representationSravanthi Emani
 
Artificial intelligence and expert system.ppt
Artificial intelligence and expert system.pptArtificial intelligence and expert system.ppt
Artificial intelligence and expert system.pptJiwaji university
 
Artificial Intelligence -- Search Algorithms
Artificial Intelligence-- Search Algorithms Artificial Intelligence-- Search Algorithms
Artificial Intelligence -- Search Algorithms Syed Ahmed
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert systempremdeshmane
 
Distributed computing
Distributed computingDistributed computing
Distributed computingshivli0769
 
State space search and Problem Solving techniques
State space search and Problem Solving techniquesState space search and Problem Solving techniques
State space search and Problem Solving techniquesKirti Verma
 
knowledge representation using rules
knowledge representation using rulesknowledge representation using rules
knowledge representation using rulesHarini Balamurugan
 
Importance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningImportance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningABHISHEK KUMAR
 

What's hot (20)

Dempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th SemDempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th Sem
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Expert System
Expert SystemExpert System
Expert System
 
Application of Expert Systems in System Analysis & Design
Application of Expert Systems inSystem Analysis & DesignApplication of Expert Systems inSystem Analysis & Design
Application of Expert Systems in System Analysis & Design
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
 
Artificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionArtificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge Acquisition
 
Problem Formulation in Artificial Inteligence Projects
Problem Formulation in Artificial Inteligence ProjectsProblem Formulation in Artificial Inteligence Projects
Problem Formulation in Artificial Inteligence Projects
 
Syntax directed translation
Syntax directed translationSyntax directed translation
Syntax directed translation
 
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
 Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
 
Peephole optimization techniques in compiler design
Peephole optimization techniques in compiler designPeephole optimization techniques in compiler design
Peephole optimization techniques in compiler design
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representation
 
Artificial intelligence and expert system.ppt
Artificial intelligence and expert system.pptArtificial intelligence and expert system.ppt
Artificial intelligence and expert system.ppt
 
Artificial Intelligence -- Search Algorithms
Artificial Intelligence-- Search Algorithms Artificial Intelligence-- Search Algorithms
Artificial Intelligence -- Search Algorithms
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert system
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
State space search and Problem Solving techniques
State space search and Problem Solving techniquesState space search and Problem Solving techniques
State space search and Problem Solving techniques
 
knowledge representation using rules
knowledge representation using rulesknowledge representation using rules
knowledge representation using rules
 
Importance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningImportance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML Designing
 

Similar to Expert systems

Expert System Development.pptx
Expert System Development.pptxExpert System Development.pptx
Expert System Development.pptxvrajESHsHaH33
 
ai-ruba.pptx presentation artificial intelligence
ai-ruba.pptx presentation artificial intelligenceai-ruba.pptx presentation artificial intelligence
ai-ruba.pptx presentation artificial intelligenceChellamuthuHaripriya
 
Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5DigiGurukul
 
Nlp, robotics and expert system
Nlp, robotics and expert systemNlp, robotics and expert system
Nlp, robotics and expert systemsuman Mann Mann
 
1_Expertsystems.ppt
1_Expertsystems.ppt1_Expertsystems.ppt
1_Expertsystems.pptRISHI643981
 
Expert System in Artificial Intelligence
Expert System in Artificial IntelligenceExpert System in Artificial Intelligence
Expert System in Artificial Intelligences7118080008
 
Expert system prepared by fikirte and hayat im assignment
Expert system prepared by fikirte and hayat im assignmentExpert system prepared by fikirte and hayat im assignment
Expert system prepared by fikirte and hayat im assignmentfikir getachew
 
BI UNIT V CHAPTER 12 Artificial Intelligence and Expert System.pptx
BI UNIT V CHAPTER 12   Artificial Intelligence and Expert System.pptxBI UNIT V CHAPTER 12   Artificial Intelligence and Expert System.pptx
BI UNIT V CHAPTER 12 Artificial Intelligence and Expert System.pptxTGCbsahil
 
LESSON 8 EXPERT SYSTEMS BASICS.ppt
LESSON 8 EXPERT SYSTEMS BASICS.pptLESSON 8 EXPERT SYSTEMS BASICS.ppt
LESSON 8 EXPERT SYSTEMS BASICS.pptJoyleenChemutai1
 
Lec 4 expert systems
Lec 4  expert systemsLec 4  expert systems
Lec 4 expert systemsEyob Sisay
 
Expert system (unit 1 & 2)
Expert system (unit 1 & 2)Expert system (unit 1 & 2)
Expert system (unit 1 & 2)Lakshya Gupta
 
Week 11 12 chap11 c-2
Week 11 12 chap11 c-2Week 11 12 chap11 c-2
Week 11 12 chap11 c-2Zahir Reza
 

Similar to Expert systems (20)

Expert system
Expert system Expert system
Expert system
 
Expert System Development.pptx
Expert System Development.pptxExpert System Development.pptx
Expert System Development.pptx
 
ai-ruba.pptx presentation artificial intelligence
ai-ruba.pptx presentation artificial intelligenceai-ruba.pptx presentation artificial intelligence
ai-ruba.pptx presentation artificial intelligence
 
Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5
 
AI System.pptx
AI System.pptxAI System.pptx
AI System.pptx
 
5 ai lecture-05 expert system
5  ai lecture-05 expert system5  ai lecture-05 expert system
5 ai lecture-05 expert system
 
Ai lecture 05 expert system
Ai lecture 05 expert systemAi lecture 05 expert system
Ai lecture 05 expert system
 
Nlp, robotics and expert system
Nlp, robotics and expert systemNlp, robotics and expert system
Nlp, robotics and expert system
 
1_Expertsystems.ppt
1_Expertsystems.ppt1_Expertsystems.ppt
1_Expertsystems.ppt
 
Expert System in Artificial Intelligence
Expert System in Artificial IntelligenceExpert System in Artificial Intelligence
Expert System in Artificial Intelligence
 
An overview on ai
An overview on aiAn overview on ai
An overview on ai
 
Expert system prepared by fikirte and hayat im assignment
Expert system prepared by fikirte and hayat im assignmentExpert system prepared by fikirte and hayat im assignment
Expert system prepared by fikirte and hayat im assignment
 
Mis 009
Mis 009Mis 009
Mis 009
 
BI UNIT V CHAPTER 12 Artificial Intelligence and Expert System.pptx
BI UNIT V CHAPTER 12   Artificial Intelligence and Expert System.pptxBI UNIT V CHAPTER 12   Artificial Intelligence and Expert System.pptx
BI UNIT V CHAPTER 12 Artificial Intelligence and Expert System.pptx
 
ai-presention.pptx
ai-presention.pptxai-presention.pptx
ai-presention.pptx
 
LESSON 8 EXPERT SYSTEMS BASICS.ppt
LESSON 8 EXPERT SYSTEMS BASICS.pptLESSON 8 EXPERT SYSTEMS BASICS.ppt
LESSON 8 EXPERT SYSTEMS BASICS.ppt
 
Lec 4 expert systems
Lec 4  expert systemsLec 4  expert systems
Lec 4 expert systems
 
Expert system
Expert systemExpert system
Expert system
 
Expert system (unit 1 & 2)
Expert system (unit 1 & 2)Expert system (unit 1 & 2)
Expert system (unit 1 & 2)
 
Week 11 12 chap11 c-2
Week 11 12 chap11 c-2Week 11 12 chap11 c-2
Week 11 12 chap11 c-2
 

More from Dr. C.V. Suresh Babu

Diagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDiagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDr. C.V. Suresh Babu
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”Dr. C.V. Suresh Babu
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”Dr. C.V. Suresh Babu
 
A study on “the impact of data analytics in covid 19 health care system”
A study on “the impact of data analytics in covid 19 health care system”A study on “the impact of data analytics in covid 19 health care system”
A study on “the impact of data analytics in covid 19 health care system”Dr. C.V. Suresh Babu
 

More from Dr. C.V. Suresh Babu (20)

Data analytics with R
Data analytics with RData analytics with R
Data analytics with R
 
Association rules
Association rulesAssociation rules
Association rules
 
Clustering
ClusteringClustering
Clustering
 
Classification
ClassificationClassification
Classification
 
Blue property assumptions.
Blue property assumptions.Blue property assumptions.
Blue property assumptions.
 
Introduction to regression
Introduction to regressionIntroduction to regression
Introduction to regression
 
DART
DARTDART
DART
 
Mycin
MycinMycin
Mycin
 
Dempster shafer theory
Dempster shafer theoryDempster shafer theory
Dempster shafer theory
 
Bayes network
Bayes networkBayes network
Bayes network
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
 
Rule based system
Rule based systemRule based system
Rule based system
 
Formal Logic in AI
Formal Logic in AIFormal Logic in AI
Formal Logic in AI
 
Production based system
Production based systemProduction based system
Production based system
 
Game playing in AI
Game playing in AIGame playing in AI
Game playing in AI
 
Diagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDiagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AI
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 
A study on “the impact of data analytics in covid 19 health care system”
A study on “the impact of data analytics in covid 19 health care system”A study on “the impact of data analytics in covid 19 health care system”
A study on “the impact of data analytics in covid 19 health care system”
 

Recently uploaded

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

Expert systems

  • 2. (CentreforKnowledgeTransfer) institute What are Expert Systems? • The expert systems are the computer applications developed to solve complex problems in a particular domain, at the level of extra-ordinary human intelligence and expertise.
  • 3. (CentreforKnowledgeTransfer) institute Characteristics of Expert Systems • High performance • Understandable • Reliable • Highly responsive
  • 4. (CentreforKnowledgeTransfer) institute Capabilities of Expert Systems The expert systems are capable of − • Advising • Instructing and assisting human in decision making • Demonstrating • Deriving a solution • Diagnosing • Explaining • Interpreting input • Predicting results • Justifying the conclusion • Suggesting alternative options to a problem
  • 5. (CentreforKnowledgeTransfer) institute Why do you need Expert Systems? Today’s world requires more and more experts in the ever-growing technological feats that humans are achieving.The important thing here is to see if you can put the power of computing to good use. Expert system in AI are the way computers replicate the knowledge and the skills of a person who’s an expert in a field. • Some of the biggest advantages that the expert systems provide us are these four aspects: • Maximum efficiency • Reliability • High-level understandability • Unbeatable performance This process of taking an expert human’s knowledge and adding high amounts of computation power to it has proved nothing but immensely beneficial in today’s world.
  • 6. (CentreforKnowledgeTransfer) institute Expert Systems can’t… • Substituting human decision makers • Possessing human capabilities • Producing accurate output for inadequate knowledge base • Refining their own knowledge
  • 7. (CentreforKnowledgeTransfer) institute Components of Expert Systems • Knowledge Base • Inference Engine • User Interface
  • 8. (CentreforKnowledgeTransfer) institute Knowledge Base • It contains domain-specific and high-quality knowledge. • Knowledge is required to exhibit intelligence. The success of any ES majorly depends upon the collection of highly accurate and precise knowledge.
  • 9. (CentreforKnowledgeTransfer) institute What is Knowledge? • The data is collection of facts.The information is organized as data and facts about the task domain. Data, information, and past experience combined together are termed as knowledge.
  • 10. (CentreforKnowledgeTransfer) institute Components of Knowledge Base • The knowledge base of an ES is a store of both, factual and heuristic knowledge. • Factual Knowledge − It is the information widely accepted by the Knowledge Engineers and scholars in the task domain. • Heuristic Knowledge − It is about practice, accurate judgement, one’s ability of evaluation, and guessing.
  • 11. (CentreforKnowledgeTransfer) institute Knowledge representation • It is the method used to organize and formalize the knowledge in the knowledge base. It is in the form of IF-THEN-ELSE rules.
  • 12. (CentreforKnowledgeTransfer) institute Knowledge Acquisition • The success of any expert system majorly depends on the quality, completeness, and accuracy of the information stored in the knowledge base. • The knowledge base is formed by readings from various experts, scholars, and the Knowledge Engineers.The knowledge engineer is a person with the qualities of empathy, quick learning, and case analyzing skills. • He acquires information from subject expert by recording, interviewing, and observing him at work, etc. He then categorizes and organizes the information in a meaningful way, in the form of IF-THEN-ELSE rules, to be used by interference machine.The knowledge engineer also monitors the development of the ES.
  • 13. (CentreforKnowledgeTransfer) institute Inference Engine • Use of efficient procedures and rules by the Inference Engine is essential in deducting a correct, flawless solution. • In case of knowledge-based ES, the Inference Engine acquires and manipulates the knowledge from the knowledge base to arrive at a particular solution. • In case of rule based ES, it − • Applies rules repeatedly to the facts, which are obtained from earlier rule application. • Adds new knowledge into the knowledge base if required. • Resolves rules conflict when multiple rules are applicable to a particular case. To recommend a solution, the Inference Engine uses the following strategies − • Forward Chaining • BackwardChaining
  • 14. (CentreforKnowledgeTransfer) institute Forward Chaining • It is a strategy of an expert system to answer the question, “What can happen next?” • Here, the Inference Engine follows the chain of conditions and derivations and finally deduces the outcome. It considers all the facts and rules, and sorts them before concluding to a solution. • This strategy is followed for working on conclusion, result, or effect. For example, prediction of share market status as an effect of changes in interest rates.
  • 15. (CentreforKnowledgeTransfer) institute Backward Chaining • With this strategy, an expert system finds out the answer to the question, “Why this happened?” • On the basis of what has already happened, the Inference Engine tries to find out which conditions could have happened in the past for this result. This strategy is followed for finding out cause or reason. For example, diagnosis of blood cancer in humans.
  • 16. (CentreforKnowledgeTransfer) institute User Interface • User interface provides interaction between user of the ES and the ES itself. It is generally Natural Language Processing so as to be used by the user who is well-versed in the task domain.The user of the ES need not be necessarily an expert in Artificial Intelligence. • It explains how the ES has arrived at a particular recommendation.The explanation may appear in the following forms − • Natural language displayed on screen. • Verbal narrations in natural language. • Listing of rule numbers displayed on the screen. • The user interface makes it easy to trace the credibility of the deductions.
  • 17. (CentreforKnowledgeTransfer) institute Requirements of Efficient ES User Interface • It should help users to accomplish their goals in shortest possible way. • It should be designed to work for user’s existing or desired work practices. • Its technology should be adaptable to user’s requirements; not the other way round. • It should make efficient use of user input.
  • 18. (CentreforKnowledgeTransfer) institute Expert Systems Limitations No technology can offer easy and complete solution. Large systems are costly, require significant development time, and computer resources. ESs have their limitations which include − • Limitations of the technology • Difficult knowledge acquisition • ES are difficult to maintain • High development costs
  • 19. (CentreforKnowledgeTransfer) institute Applications of Expert System Application Description Design Domain Camera lens design, automobile design. Medical Domain Diagnosis Systems to deduce cause of disease from observed data, conduction medical operations on humans. Monitoring Systems Comparing data continuously with observed system or with prescribed behavior such as leakage monitoring in long petroleum pipeline. ProcessControl Systems Controlling a physical process based on monitoring. Knowledge Domain Finding out faults in vehicles, computers. Finance/Commerce Detection of possible fraud, suspicious transactions, stock market trading, Airline scheduling, cargo scheduling.
  • 20. (CentreforKnowledgeTransfer) institute Applications of Expert System • Information management • Hospitals and medical facilities • Help desks management • Employee performance evaluation • Loan analysis • Virus detection • Useful for repair and maintenance projects • Warehouse optimization • Planning and scheduling • The configuration of manufactured objects • Financial decision making Knowledge publishing • Process monitoring and control • Supervise the operation of the plant and controller • Stock market trading • Airline scheduling & cargo schedules
  • 21. (CentreforKnowledgeTransfer) institute Expert SystemTechnology • There are several levels of ES technologies available. Expert systems technologies include − • Expert System Development Environment −The ES development environment includes hardware and tools.They are − • Workstations, minicomputers, mainframes. • High level Symbolic Programming Languages such as LISt Programming (LISP) and PROgrammation en LOGique (PROLOG). • Large databases. • 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. • 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 SoftwareTechnology, Mumbai in 1993. It enables knowledge
  • 22. (CentreforKnowledgeTransfer) institute Development of Expert Systems: General Steps The process of ES development is iterative. Steps in developing the ES include − Identify Problem Domain • The problem must be suitable for an expert system to solve it. • Find the experts in task domain for the ES project. • Establish cost-effectiveness of the system. Design the System • Identify the ESTechnology • Know and establish the degree of integration with the other systems and databases. • Realize how the concepts can represent the domain knowledge best. Develop the Prototype From Knowledge Base:The knowledge engineer works to − • Acquire domain knowledge from the expert. • Represent it in the form of If-THEN-ELSE rules. Test and Refine the Prototype • 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. Maintain the System • Keep the knowledge base up-to-date by regular review and update. • Cater for new interfaces with other information systems, as those systems evolve.
  • 23. (CentreforKnowledgeTransfer) institute Conventional System vs. Expert System Conventional System Expert System Knowledge and processing are combined in one unit. Knowledge database and the processing mechanism are two separate components. The programme does not make errors (Unless error in programming). The Expert System may make a mistake. The system is operational only when fully developed. The expert system is optimized on an ongoing basis and can be launched with a small number of rules. Step by step execution according to fixed algorithms is required. Execution is done logically & heuristically. It needs full information. It can be functional with sufficient or insufficient information.
  • 24. (CentreforKnowledgeTransfer) institute Human expert vs. Expert System Human Expert Artificial Expertise Perishable Permanent Difficult toTransfer Transferable Difficult to Document Easy to Document Unpredictable Consistent Expensive Cost effective System
  • 25. (CentreforKnowledgeTransfer) institute Benefits of Expert Systems • Availability −They are easily available due to mass production of software. • Less Production Cost − Production cost is reasonable.This makes them affordable. • Speed −They offer great speed.They reduce the amount of work an individual puts in. • Less Error Rate − Error rate is low as compared to human errors. • Reducing Risk −They can work in the environment dangerous to humans. • Steady response −They work steadily without getting motional, tensed or fatigued.
  • 26. (CentreforKnowledgeTransfer) institute Benefits of Expert Systems • It improves the decision quality • Cuts the expense of consulting experts for problem-solving • It provides fast and efficient solutions to problems in a narrow area of specialization. • It can gather scarce expertise and used it efficiently. • Offers consistent answer for the repetitive problem • Maintains a significant level of information • Helps you to get fast and accurate answers • A proper explanation of decision making • Ability to solve complex and challenging issues • Artificial Intelligence Expert Systems can steadily work without getting emotional, tensed or fatigued.
  • 27. (CentreforKnowledgeTransfer) institute Limitations of the Expert System • Unable to make a creative response in an extraordinary situation • Errors in the knowledge base can lead to wrong decision • The maintenance cost of an expert system is too expensive • Each problem is different therefore the solution from a human expert can also be different and more creative
  • 28. (CentreforKnowledgeTransfer) institute Summary • An Expert System is an interactive and reliable computer-based decision-making system which uses both facts and heuristics to solve complex decision-making problem • Key components of an Expert System are 1) User Interface, 2) Inference Engine, 3) Knowledge Base • Key participants in Artificial Intelligence Expert Systems Development are 1) Domain Expert 2) Knowledge Engineer 3) End User • Improved decision quality, reduce cost, consistency, reliability, speed are key benefits of an Expert System • An Expert system can not give creative solutions and can be costly to maintain. • An Expert System can be used for broad applications like Stock Market,Warehouse, HR, etc