SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceRamla Sheikh
 
Reinforcement learning
Reinforcement learning Reinforcement learning
Reinforcement learning Chandra Meena
 
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
 
Presentation on "Knowledge acquisition & validation"
  Presentation on "Knowledge acquisition & validation"  Presentation on "Knowledge acquisition & validation"
Presentation on "Knowledge acquisition & validation"Aditya Sarkar
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert systempremdeshmane
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systemsYowan Rdotexe
 
Expert system 21 sldes
Expert system 21 sldesExpert system 21 sldes
Expert system 21 sldesYasir Khan
 
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...The Integral Worm
 
State Space Search in ai
State Space Search in aiState Space Search in ai
State Space Search in aivikas dhakane
 
Knowledge based system(Expert System)
Knowledge based system(Expert System)Knowledge based system(Expert System)
Knowledge based system(Expert System)chauhankapil
 
I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMvikas dhakane
 

Was ist angesagt? (20)

Fuzzy expert system
Fuzzy expert systemFuzzy expert system
Fuzzy expert system
 
Problem Formulation in Artificial Inteligence Projects
Problem Formulation in Artificial Inteligence ProjectsProblem Formulation in Artificial Inteligence Projects
Problem Formulation in Artificial Inteligence Projects
 
Expert system (mis)
Expert system (mis)Expert system (mis)
Expert system (mis)
 
Expert system
Expert systemExpert system
Expert system
 
AI: Logic in AI
AI: Logic in AIAI: Logic in AI
AI: Logic in AI
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
Reinforcement learning
Reinforcement learning Reinforcement learning
Reinforcement learning
 
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
 
Lecture 6 expert systems
Lecture 6   expert systemsLecture 6   expert systems
Lecture 6 expert systems
 
Uncertainty in AI
Uncertainty in AIUncertainty in AI
Uncertainty in AI
 
Presentation on "Knowledge acquisition & validation"
  Presentation on "Knowledge acquisition & validation"  Presentation on "Knowledge acquisition & validation"
Presentation on "Knowledge acquisition & validation"
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert system
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
 
Expert system 21 sldes
Expert system 21 sldesExpert system 21 sldes
Expert system 21 sldes
 
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
 
Problems, Problem spaces and Search
Problems, Problem spaces and SearchProblems, Problem spaces and Search
Problems, Problem spaces and Search
 
Reasoning in AI
Reasoning in AIReasoning in AI
Reasoning in AI
 
State Space Search in ai
State Space Search in aiState Space Search in ai
State Space Search in ai
 
Knowledge based system(Expert System)
Knowledge based system(Expert System)Knowledge based system(Expert System)
Knowledge based system(Expert System)
 
I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHM
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von 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
 

Mehr von 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”
 

Kürzlich hochgeladen

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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Kürzlich hochgeladen (20)

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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

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