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

Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert systempremdeshmane
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceRamla Sheikh
 
Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}FellowBuddy.com
 
Artificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsArtificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsSiddhant Agarwal
 
Artificial Intelligence: Knowledge Engineering
Artificial Intelligence: Knowledge EngineeringArtificial Intelligence: Knowledge Engineering
Artificial Intelligence: Knowledge EngineeringThe Integral Worm
 
Knowledge based system(Expert System)
Knowledge based system(Expert System)Knowledge based system(Expert System)
Knowledge based system(Expert System)chauhankapil
 
Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2DigiGurukul
 
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 agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
knowledge representation using rules
knowledge representation using rulesknowledge representation using rules
knowledge representation using rulesHarini Balamurugan
 

What's hot (20)

Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert system
 
Lecture 6 expert systems
Lecture 6   expert systemsLecture 6   expert systems
Lecture 6 expert systems
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Knowledge representation
Knowledge representationKnowledge representation
Knowledge representation
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Artificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsArtificial Intelligence and Expert Systems
Artificial Intelligence and Expert Systems
 
Artificial Intelligence: Knowledge Engineering
Artificial Intelligence: Knowledge EngineeringArtificial Intelligence: Knowledge Engineering
Artificial Intelligence: Knowledge Engineering
 
Expert system (mis)
Expert system (mis)Expert system (mis)
Expert system (mis)
 
Knowledge based system(Expert System)
Knowledge based system(Expert System)Knowledge based system(Expert System)
Knowledge based system(Expert System)
 
Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2
 
Reasoning in AI
Reasoning in AIReasoning in AI
Reasoning in AI
 
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 agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
AI Lecture 3 (solving problems by searching)
AI Lecture 3 (solving problems by searching)AI Lecture 3 (solving problems by searching)
AI Lecture 3 (solving problems by searching)
 
knowledge representation using rules
knowledge representation using rulesknowledge representation using rules
knowledge representation using rules
 
Knowledge Representation in AI.pptx
Knowledge Representation in AI.pptxKnowledge Representation in AI.pptx
Knowledge Representation in AI.pptx
 

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

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 

Recently uploaded (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 

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