SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Presentation
on
By
BHARAT BHUSHAN
Asst. Professor, Department of Computer Sc.
RLSY College, Ranchi
Buddha Science and Technical Institute, Ranchi
www.bharatsir.com
Production Systems in
Artificial Intelligence
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Production Systems
A production system is a kind of cognitive
architecture that is used to implement search
algorithms and replicate human problem-
solving skills. This problem-solving
knowledge is encoded in the system in the
form of little quanta popularly known as
productions.
It consists of two components:
rule and action.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Rules recognize the condition, and the
actions part has the knowledge of how to
deal with the condition.
In simpler words, the production system in
AI contains a set of rules which are defined
by the left side and right side of the system.
The left side contains a set of things to watch
for (condition), and the right side contains
the things to do (action).
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Elements of a Production System
An AI production system has three main elements
which are as follows:
Global Database: The primary database which
contains all the information necessary to
successfully complete a task. It is further broken
down into two parts: temporary and permanent.
The temporary part contains information relevant
to the current situation only whereas the
permanent part contains information about the
fixed actions.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
A Set of Production Rules: A set of rules that
operates on the global database. Each rule consists
of a precondition and post condition that the
global database either meets or not. For example,
if a condition is met by the global database, then
the production rule is applied successfully.
Control System: A control system that acts as the
decision-maker, decides which production rule
should be applied. The Control system stops
computation or processing when a termination
condition is met on the database.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Characteristics of a Production System
A production system has the following features:
Simplicity: Due to the use of the IF-THEN
structure, each sentence is unique in the
production system. This uniqueness makes the
knowledge representation simple to enhance the
readability of the production rules.
Modularity: The knowledge available is coded in
discrete pieces by the production system, which
makes it easy to add, modify, or delete the
information without any side effects.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Modifiability: This feature allows for the
modification of the production rules. The
rules are first defined in the skeletal form
and then modified to suit an application.
Knowledge-intensive: As the name
suggests, the system only stores knowledge.
All the rules are written in the English
language. This type of representation solves
the semantics problem.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Characteristics of Production System
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Classes of a Production System?
A production system is classified into four main
classes which are:
Monotonic Production System: In a monotonic
production system, the use of one rule never
prevents the involvement of another rule when
both the rules are selected at the same time.
Hence, it enables the system to apply rules
simultaneously.
Partially Commutative Production System: In
this production system if a set of rules is used to
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
change state A to state B then any allowable
combination of these rules will also produce the
same results (convert state A to state B).
Non-Monotonic Production System: This
production system increases the problem-solving
efficiency of the machine by not keeping a record
of the changes made in the previous search
process. These types of production systems are
useful from an implementation point of view as
they do not backtrack to the previous state when it
is found that an incorrect path was followed.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Commutative Production System: These type of
production systems is used when the order of
operation is not important, and the changes are
reversible.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Advantages of Production System in AI
 Offers modularity as all the rules can be added,
deleted, or modified individually.
 Separate control system and knowledge base.
 An excellent and feasible model that imitates
human problem-solving skills.
 Beneficial in real-time applications and
environment.
 Offers language independence.
Bharat Bhushan, Assistant Professor, RLSY College, Ranchi
Artificial Intelligence

Weitere ähnliche Inhalte

Was ist angesagt?

Stuart russell and peter norvig artificial intelligence - a modern approach...
Stuart russell and peter norvig   artificial intelligence - a modern approach...Stuart russell and peter norvig   artificial intelligence - a modern approach...
Stuart russell and peter norvig artificial intelligence - a modern approach...Lê Anh Đạt
 
Conceptual dependency
Conceptual dependencyConceptual dependency
Conceptual dependencyJismy .K.Jose
 
Local search algorithm
Local search algorithmLocal search algorithm
Local search algorithmMegha Sharma
 
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...Asst.prof M.Gokilavani
 
Production system in ai
Production system in aiProduction system in ai
Production system in aisabin kafle
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 DigiGurukul
 
2 d viewing computer graphics
2 d viewing computer graphics2 d viewing computer graphics
2 d viewing computer graphicsKALESHWAR KUMAR
 
Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}FellowBuddy.com
 
Control Strategies in AI
Control Strategies in AIControl Strategies in AI
Control Strategies in AIAmey Kerkar
 
Instance Based Learning in Machine Learning
Instance Based Learning in Machine LearningInstance Based Learning in Machine Learning
Instance Based Learning in Machine LearningPavithra Thippanaik
 
AI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemAI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemMohammad Imam Hossain
 
Lecture 26 local beam search
Lecture 26 local beam searchLecture 26 local beam search
Lecture 26 local beam searchHema Kashyap
 
Heuristics Search Techniques
Heuristics Search TechniquesHeuristics Search Techniques
Heuristics Search TechniquesBharat Bhushan
 

Was ist angesagt? (20)

Stuart russell and peter norvig artificial intelligence - a modern approach...
Stuart russell and peter norvig   artificial intelligence - a modern approach...Stuart russell and peter norvig   artificial intelligence - a modern approach...
Stuart russell and peter norvig artificial intelligence - a modern approach...
 
AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)
 
Conceptual dependency
Conceptual dependencyConceptual dependency
Conceptual dependency
 
Local search algorithm
Local search algorithmLocal search algorithm
Local search algorithm
 
Frames
FramesFrames
Frames
 
Problem Solving
Problem Solving Problem Solving
Problem Solving
 
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
 
Production system in ai
Production system in aiProduction system in ai
Production system in ai
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
2 d viewing computer graphics
2 d viewing computer graphics2 d viewing computer graphics
2 d viewing computer graphics
 
Curve clipping
Curve clippingCurve clipping
Curve clipping
 
Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}
 
Control Strategies in AI
Control Strategies in AIControl Strategies in AI
Control Strategies in AI
 
Uncertainty in AI
Uncertainty in AIUncertainty in AI
Uncertainty in AI
 
Instance Based Learning in Machine Learning
Instance Based Learning in Machine LearningInstance Based Learning in Machine Learning
Instance Based Learning in Machine Learning
 
AI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemAI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction Problem
 
Reasoning in AI
Reasoning in AIReasoning in AI
Reasoning in AI
 
Lecture 26 local beam search
Lecture 26 local beam searchLecture 26 local beam search
Lecture 26 local beam search
 
Heuristics Search Techniques
Heuristics Search TechniquesHeuristics Search Techniques
Heuristics Search Techniques
 
Unit8: Uncertainty in AI
Unit8: Uncertainty in AIUnit8: Uncertainty in AI
Unit8: Uncertainty in AI
 

Ähnlich wie Production System in AI

Online car parking reservation system 9160262550 dinesh
Online car parking reservation system   9160262550 dineshOnline car parking reservation system   9160262550 dinesh
Online car parking reservation system 9160262550 dineshDinesh Nalluri
 
Decision Making and Autonomic Computing
Decision Making and Autonomic ComputingDecision Making and Autonomic Computing
Decision Making and Autonomic ComputingIOSR Journals
 
Lcd based voting machine using 8051 family microcontroller
Lcd based voting machine using 8051 family microcontrollerLcd based voting machine using 8051 family microcontroller
Lcd based voting machine using 8051 family microcontrollerLogic Mind Technologies
 
Product and sevices management system
Product and sevices management systemProduct and sevices management system
Product and sevices management systemVinod Gurram
 
SELF LEARNING REAL TIME EXPERT SYSTEM
SELF LEARNING REAL TIME EXPERT SYSTEMSELF LEARNING REAL TIME EXPERT SYSTEM
SELF LEARNING REAL TIME EXPERT SYSTEMcscpconf
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI Bharat Bhushan
 
A New Estimate Sliding Mode Fuzzy Controller for Robotic Manipulator
A New Estimate Sliding Mode Fuzzy Controller for Robotic ManipulatorA New Estimate Sliding Mode Fuzzy Controller for Robotic Manipulator
A New Estimate Sliding Mode Fuzzy Controller for Robotic ManipulatorWaqas Tariq
 
Self learning real time expert system
Self learning real time expert systemSelf learning real time expert system
Self learning real time expert systemijscai
 
LIMS - Laboratory Management System
LIMS - Laboratory Management SystemLIMS - Laboratory Management System
LIMS - Laboratory Management Systemjustin_2016
 
1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docxfelicidaddinwoodie
 
Cmsc411(Pascuappt Report)
Cmsc411(Pascuappt Report)Cmsc411(Pascuappt Report)
Cmsc411(Pascuappt Report)Mannilou Pascua
 
Sap grc process control 10.0
Sap grc process control 10.0Sap grc process control 10.0
Sap grc process control 10.0Latha Kamal
 
How Soft Sensing Using Simulation Enhances Plant Process Management
How Soft Sensing Using Simulation Enhances Plant Process ManagementHow Soft Sensing Using Simulation Enhances Plant Process Management
How Soft Sensing Using Simulation Enhances Plant Process ManagementCognizant
 
System Analysis & Design - I
System Analysis & Design - ISystem Analysis & Design - I
System Analysis & Design - IGagan Deep
 
Hill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceHill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceBharat Bhushan
 
Hill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceHill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceBharat Bhushan
 

Ähnlich wie Production System in AI (20)

AUTOMATIC SORTING MACHINE
AUTOMATIC SORTING MACHINEAUTOMATIC SORTING MACHINE
AUTOMATIC SORTING MACHINE
 
Online car parking reservation system 9160262550 dinesh
Online car parking reservation system   9160262550 dineshOnline car parking reservation system   9160262550 dinesh
Online car parking reservation system 9160262550 dinesh
 
Production System
Production SystemProduction System
Production System
 
Decision Making and Autonomic Computing
Decision Making and Autonomic ComputingDecision Making and Autonomic Computing
Decision Making and Autonomic Computing
 
Lcd based voting machine using 8051 family microcontroller
Lcd based voting machine using 8051 family microcontrollerLcd based voting machine using 8051 family microcontroller
Lcd based voting machine using 8051 family microcontroller
 
Production based system
Production based systemProduction based system
Production based system
 
Product and sevices management system
Product and sevices management systemProduct and sevices management system
Product and sevices management system
 
SELF LEARNING REAL TIME EXPERT SYSTEM
SELF LEARNING REAL TIME EXPERT SYSTEMSELF LEARNING REAL TIME EXPERT SYSTEM
SELF LEARNING REAL TIME EXPERT SYSTEM
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI
 
A New Estimate Sliding Mode Fuzzy Controller for Robotic Manipulator
A New Estimate Sliding Mode Fuzzy Controller for Robotic ManipulatorA New Estimate Sliding Mode Fuzzy Controller for Robotic Manipulator
A New Estimate Sliding Mode Fuzzy Controller for Robotic Manipulator
 
Self learning real time expert system
Self learning real time expert systemSelf learning real time expert system
Self learning real time expert system
 
LIMS - Laboratory Management System
LIMS - Laboratory Management SystemLIMS - Laboratory Management System
LIMS - Laboratory Management System
 
1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx
 
Cmsc411(Pascuappt Report)
Cmsc411(Pascuappt Report)Cmsc411(Pascuappt Report)
Cmsc411(Pascuappt Report)
 
Sap grc process control 10.0
Sap grc process control 10.0Sap grc process control 10.0
Sap grc process control 10.0
 
Industrial Automation.pptx
Industrial Automation.pptxIndustrial Automation.pptx
Industrial Automation.pptx
 
How Soft Sensing Using Simulation Enhances Plant Process Management
How Soft Sensing Using Simulation Enhances Plant Process ManagementHow Soft Sensing Using Simulation Enhances Plant Process Management
How Soft Sensing Using Simulation Enhances Plant Process Management
 
System Analysis & Design - I
System Analysis & Design - ISystem Analysis & Design - I
System Analysis & Design - I
 
Hill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceHill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial Intelligence
 
Hill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceHill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial Intelligence
 

Mehr von Bharat Bhushan

NIMCET 2023 : Questions
NIMCET 2023  : QuestionsNIMCET 2023  : Questions
NIMCET 2023 : QuestionsBharat Bhushan
 
Heuristics Search Techniques in AI
Heuristics Search Techniques in AI Heuristics Search Techniques in AI
Heuristics Search Techniques in AI Bharat Bhushan
 
Algorithm Design Technique
Algorithm Design Technique Algorithm Design Technique
Algorithm Design Technique Bharat Bhushan
 
Problem Characteristics in Artificial Intelligence
Problem Characteristics in  Artificial IntelligenceProblem Characteristics in  Artificial Intelligence
Problem Characteristics in Artificial IntelligenceBharat Bhushan
 
Problem Characteristics in Artificial Intelligence
Problem Characteristics in  Artificial IntelligenceProblem Characteristics in  Artificial Intelligence
Problem Characteristics in Artificial IntelligenceBharat Bhushan
 
Introduction to Artificial Intteligence
Introduction to Artificial IntteligenceIntroduction to Artificial Intteligence
Introduction to Artificial IntteligenceBharat Bhushan
 
Introduction to Artificial Intteligence
Introduction to Artificial IntteligenceIntroduction to Artificial Intteligence
Introduction to Artificial IntteligenceBharat Bhushan
 
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir Bharat Bhushan
 
DESIGN AND ANALYSIS OF ALGORITHMS
DESIGN AND ANALYSIS OF ALGORITHMSDESIGN AND ANALYSIS OF ALGORITHMS
DESIGN AND ANALYSIS OF ALGORITHMSBharat Bhushan
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE Bharat Bhushan
 
ARTIFICIAL INTELLIGENCE SYLLABUS
ARTIFICIAL INTELLIGENCE SYLLABUS ARTIFICIAL INTELLIGENCE SYLLABUS
ARTIFICIAL INTELLIGENCE SYLLABUS Bharat Bhushan
 
Digital Content Creation By Bharat Sir Kokar
Digital Content Creation By Bharat Sir KokarDigital Content Creation By Bharat Sir Kokar
Digital Content Creation By Bharat Sir KokarBharat Bhushan
 
Digital Content Creation by Bharat Sir Kokar
Digital Content Creation by Bharat Sir KokarDigital Content Creation by Bharat Sir Kokar
Digital Content Creation by Bharat Sir KokarBharat Bhushan
 
Buddha Science and Technical Institute
Buddha Science and Technical Institute Buddha Science and Technical Institute
Buddha Science and Technical Institute Bharat Bhushan
 
The Information Technology ACT, 2000
The Information Technology ACT, 2000The Information Technology ACT, 2000
The Information Technology ACT, 2000Bharat Bhushan
 

Mehr von Bharat Bhushan (20)

NIMCET 2023 : Questions
NIMCET 2023  : QuestionsNIMCET 2023  : Questions
NIMCET 2023 : Questions
 
Heuristics Search Techniques in AI
Heuristics Search Techniques in AI Heuristics Search Techniques in AI
Heuristics Search Techniques in AI
 
Dynamic Programming
Dynamic ProgrammingDynamic Programming
Dynamic Programming
 
Algorithm Design Technique
Algorithm Design Technique Algorithm Design Technique
Algorithm Design Technique
 
Problem Characteristics in Artificial Intelligence
Problem Characteristics in  Artificial IntelligenceProblem Characteristics in  Artificial Intelligence
Problem Characteristics in Artificial Intelligence
 
Problem Characteristics in Artificial Intelligence
Problem Characteristics in  Artificial IntelligenceProblem Characteristics in  Artificial Intelligence
Problem Characteristics in Artificial Intelligence
 
Introduction to Artificial Intteligence
Introduction to Artificial IntteligenceIntroduction to Artificial Intteligence
Introduction to Artificial Intteligence
 
Introduction to Artificial Intteligence
Introduction to Artificial IntteligenceIntroduction to Artificial Intteligence
Introduction to Artificial Intteligence
 
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
 
DESIGN AND ANALYSIS OF ALGORITHMS
DESIGN AND ANALYSIS OF ALGORITHMSDESIGN AND ANALYSIS OF ALGORITHMS
DESIGN AND ANALYSIS OF ALGORITHMS
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
ARTIFICIAL INTELLIGENCE SYLLABUS
ARTIFICIAL INTELLIGENCE SYLLABUS ARTIFICIAL INTELLIGENCE SYLLABUS
ARTIFICIAL INTELLIGENCE SYLLABUS
 
Cyber Security
Cyber Security Cyber Security
Cyber Security
 
Cyber Security
Cyber Security Cyber Security
Cyber Security
 
Digital Content Creation By Bharat Sir Kokar
Digital Content Creation By Bharat Sir KokarDigital Content Creation By Bharat Sir Kokar
Digital Content Creation By Bharat Sir Kokar
 
Digital Content Creation by Bharat Sir Kokar
Digital Content Creation by Bharat Sir KokarDigital Content Creation by Bharat Sir Kokar
Digital Content Creation by Bharat Sir Kokar
 
NEET PHYSICS RANCHI
NEET PHYSICS RANCHINEET PHYSICS RANCHI
NEET PHYSICS RANCHI
 
Bharat Sir Kokar
Bharat Sir KokarBharat Sir Kokar
Bharat Sir Kokar
 
Buddha Science and Technical Institute
Buddha Science and Technical Institute Buddha Science and Technical Institute
Buddha Science and Technical Institute
 
The Information Technology ACT, 2000
The Information Technology ACT, 2000The Information Technology ACT, 2000
The Information Technology ACT, 2000
 

Kürzlich hochgeladen

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 

Kürzlich hochgeladen (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

Production System in AI

  • 1. Presentation on By BHARAT BHUSHAN Asst. Professor, Department of Computer Sc. RLSY College, Ranchi Buddha Science and Technical Institute, Ranchi www.bharatsir.com Production Systems in Artificial Intelligence
  • 2. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Production Systems A production system is a kind of cognitive architecture that is used to implement search algorithms and replicate human problem- solving skills. This problem-solving knowledge is encoded in the system in the form of little quanta popularly known as productions. It consists of two components: rule and action.
  • 3. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Rules recognize the condition, and the actions part has the knowledge of how to deal with the condition. In simpler words, the production system in AI contains a set of rules which are defined by the left side and right side of the system. The left side contains a set of things to watch for (condition), and the right side contains the things to do (action).
  • 4. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Elements of a Production System An AI production system has three main elements which are as follows: Global Database: The primary database which contains all the information necessary to successfully complete a task. It is further broken down into two parts: temporary and permanent. The temporary part contains information relevant to the current situation only whereas the permanent part contains information about the fixed actions.
  • 5. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence A Set of Production Rules: A set of rules that operates on the global database. Each rule consists of a precondition and post condition that the global database either meets or not. For example, if a condition is met by the global database, then the production rule is applied successfully. Control System: A control system that acts as the decision-maker, decides which production rule should be applied. The Control system stops computation or processing when a termination condition is met on the database.
  • 6. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Characteristics of a Production System A production system has the following features: Simplicity: Due to the use of the IF-THEN structure, each sentence is unique in the production system. This uniqueness makes the knowledge representation simple to enhance the readability of the production rules. Modularity: The knowledge available is coded in discrete pieces by the production system, which makes it easy to add, modify, or delete the information without any side effects.
  • 7. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Modifiability: This feature allows for the modification of the production rules. The rules are first defined in the skeletal form and then modified to suit an application. Knowledge-intensive: As the name suggests, the system only stores knowledge. All the rules are written in the English language. This type of representation solves the semantics problem.
  • 8. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Characteristics of Production System
  • 9. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Classes of a Production System? A production system is classified into four main classes which are: Monotonic Production System: In a monotonic production system, the use of one rule never prevents the involvement of another rule when both the rules are selected at the same time. Hence, it enables the system to apply rules simultaneously. Partially Commutative Production System: In this production system if a set of rules is used to
  • 10. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence change state A to state B then any allowable combination of these rules will also produce the same results (convert state A to state B). Non-Monotonic Production System: This production system increases the problem-solving efficiency of the machine by not keeping a record of the changes made in the previous search process. These types of production systems are useful from an implementation point of view as they do not backtrack to the previous state when it is found that an incorrect path was followed.
  • 11. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Commutative Production System: These type of production systems is used when the order of operation is not important, and the changes are reversible.
  • 12. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Advantages of Production System in AI  Offers modularity as all the rules can be added, deleted, or modified individually.  Separate control system and knowledge base.  An excellent and feasible model that imitates human problem-solving skills.  Beneficial in real-time applications and environment.  Offers language independence.
  • 13. Bharat Bhushan, Assistant Professor, RLSY College, Ranchi Artificial Intelligence