SlideShare a Scribd company logo
4
Most read
5
Most read
7
Most read
Presentation
on
By
BHARAT BHUSHAN
Asst. Professor, Department of Computer Sc.
RLSY College, Ranchi
Buddha Science and Technical Institute, Ranchi
www.bharatsir.com
Problem Characteristics in
Artificial Intelligence
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Problem Characteristics
A problem may have different aspects of
representation and explanation.
In order to choose an appropriate method
for a particular problem first we need to
categorize the problem based on the
following characteristics.
1. Is the problem decomposable into small
sub-problems which are easy to solve?
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Problem Characteristics
2. Can solution steps be ignored or undone?
3. Is the universe of the problem is predictable?
4. Is a good solution to the problem is absolute
or relative?
5. Is the solution to the problem a state or a
path?
6. What is the role of knowledge in solving a
problem using artificial intelligence?
7. Does the task of solving a problem require
human interaction?
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
1. Is the problem decomposable into small sub-
problems which are easy to solve?
The decomposable problem can be solved easily.
Example: In the above case, the problem is divided into smaller
problems. The smaller problems are solved independently.
Finally, the result is merged to get the final result.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
2. Can solution steps be ignored or undone?
In the Theorem Proving problem, a lemma that has been
proved can be ignored for the next steps.
Such problems are called Ignorable problems.
In the 8-Puzzle, Moves can be undone and backtracked.
Such problems are called Recoverable problems.
0
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
In Playing Chess, moves can be retracted.
Such problems are called Irrecoverable problems.
0
Ignorable problems can be solved using a
simple control structure that never
backtracks. Recoverable problems can be
solved using backtracking. Irrecoverable
problems can be solved by recoverable
style methods via planning.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
3. Is the universe of the problem is predictable?
In Playing Bridge, We cannot know exactly where all the
cards are or what the other players will do on their turns.
Uncertain outcome!
For certain-outcome problems, planning can be used to
generate a sequence of operators that is guaranteed to
lead to a solution.
For uncertain-outcome problems, a sequence of
generated operators can only have a good probability of
leading to a solution. Plan revision is made as the plan is
carried out and the necessary feedback is provided.
0
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
4. Is a good solution to the problem is absolute
or relative?
The Travelling Salesman Problem, we have to try
all paths to find the shortest one.
Any path problem can be solved using heuristics
that suggest good paths to explore.
For best-path problems, a much more exhaustive
search will be performed.
0
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
5. Is the solution to the problem a state or a path?
The Water Jug Problem, the path that leads to the
goal must be reported.
A path-solution problem can be reformulated as a
state-solution problem by describing a state as a
partial path to a solution. The question is whether
that is natural or not.
0
6. What is the role of knowledge in solving a
problem using artificial intelligence?
Playing Chess
Consider again the problem of playing chess.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Suppose you had unlimited computing power
available. How much knowledge would be required
by a perfect program? The answer to this question
is very little—just the rules for determining legal
moves and some simple control mechanism that
implements an appropriate search procedure.
Additional knowledge about such things as good
strategy and tactics could of course help
considerably to constrain the search and speed up
the execution of the program. Knowledge is
important only to constrain the search for a
solution.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
Reading Newspaper
Now consider the problem of scanning daily
newspapers to decide which are supporting the
Democrats and which are supporting the
Republicans in some upcoming election. Again
assuming unlimited computing power, how much
knowledge would be required by a computer trying
to solve this problem? This time the answer is a
great deal.
It would have to know such things as:
 The names of the candidates in each party.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
 The fact that if the major thing you want to see
done is have taxes lowered, you are probably
supporting the Republicans.
 The fact that if the major thing you want to see
done is improved education for minority
students, you are probably supporting the
Democrats.
 The fact that if you are opposed to big
government, you are probably supporting the
Republicans.
 And so on …
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
7. Does the task of solving a problem require
human interaction?
Sometimes it is useful to program computers to
solve problems in ways that the majority of people
would not be able to understand.
This is fine if the level of the interaction between
the computer and its human users is problem-in
solution-out.
But increasingly we are building programs that
require intermediate interaction with people, both
to provide additional input to the program and to
provide additional reassurance to the user.
www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889
Artificial Intelligence
The solitary problem, in which there is no
intermediate communication and no demand for
an explanation of the reasoning process.
The conversational problem, in which
intermediate communication is to provide either
additional assistance to the computer or
additional information to the user.
Bharat Bhushan, Assistant Professor, RLSY College, Ranchi
Artificial Intelligence

More Related Content

What's hot (20)

PPTX
Means End Analysis (MEA) in Artificial.pptx
suchita74
 
PPT
Heuristic Search Techniques Unit -II.ppt
karthikaparthasarath
 
PPTX
strong slot and filler
BMS Institute of Technology and Management
 
PPTX
Problem solving agents
Megha Sharma
 
PPTX
Knowledge representation in AI
Vishal Singh
 
PPTX
Hill climbing algorithm
Dr. C.V. Suresh Babu
 
PPT
Problems, Problem spaces and Search
BMS Institute of Technology and Management
 
PPT
Game Playing in Artificial Intelligence
lordmwesh
 
PDF
I.BEST FIRST SEARCH IN AI
vikas dhakane
 
PDF
Production System in AI
Bharat Bhushan
 
PPT
Conceptual dependency
Jismy .K.Jose
 
PDF
I. Alpha-Beta Pruning in ai
vikas dhakane
 
PPTX
First order predicate logic(fopl)
surbhi jha
 
PDF
I. Hill climbing algorithm II. Steepest hill climbing algorithm
vikas dhakane
 
PPTX
Image Enhancement in Spatial Domain
DEEPASHRI HK
 
PPTX
Semantic nets in artificial intelligence
harshita virwani
 
PPT
KNOWLEDGE REPRESENTATION ISSUES.ppt
SuneethaChittineni
 
PPTX
Control Strategies in AI
Bharat Bhushan
 
PPTX
Frames
amitp26
 
Means End Analysis (MEA) in Artificial.pptx
suchita74
 
Heuristic Search Techniques Unit -II.ppt
karthikaparthasarath
 
Problem solving agents
Megha Sharma
 
Knowledge representation in AI
Vishal Singh
 
Hill climbing algorithm
Dr. C.V. Suresh Babu
 
Problems, Problem spaces and Search
BMS Institute of Technology and Management
 
Game Playing in Artificial Intelligence
lordmwesh
 
I.BEST FIRST SEARCH IN AI
vikas dhakane
 
Production System in AI
Bharat Bhushan
 
Conceptual dependency
Jismy .K.Jose
 
I. Alpha-Beta Pruning in ai
vikas dhakane
 
First order predicate logic(fopl)
surbhi jha
 
I. Hill climbing algorithm II. Steepest hill climbing algorithm
vikas dhakane
 
Image Enhancement in Spatial Domain
DEEPASHRI HK
 
Semantic nets in artificial intelligence
harshita virwani
 
KNOWLEDGE REPRESENTATION ISSUES.ppt
SuneethaChittineni
 
Control Strategies in AI
Bharat Bhushan
 
Frames
amitp26
 

Similar to Problem Characteristics in Artificial Intelligence (20)

PPTX
problem characterstics.pptx
PriyadharshiniG41
 
PPTX
AI Unit-1 PPT.pptx https https plans to go
k12196987
 
PDF
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
PPTX
Problem Solving Based on Searching Module 2
chatgpt2004sai
 
PPTX
aiMODULE 1.pptx
Sharika Tr
 
PPTX
AI CH 1d.pptx
PriyankaJadhav218236
 
PDF
Presentation on the artificial intelligenc
PriyadharshiniG41
 
PPTX
Problem solving in Artificial Intelligence.pptx
kitsenthilkumarcse
 
PPTX
Presentation on Artificial Intelligence.
191013607gouthamsric
 
PDF
Artificial intelligence
ShrikantSharma86
 
PPTX
Problem Solving Strategies - Artificial Intelligence - Anna University - Regu...
theophilusindia
 
PPTX
AI3391 ARTIFICAL INTELLIGENCE Session 5 Problem Solving Agent and searching f...
Guru Nanak Technical Institutions
 
PDF
ARTIFICIAL INTELLIGENCE PROBLEM SOLVING AND SEARCH
Jeff Brooks
 
PDF
AI Chapter III for Computer Science Students
abrhamnaremo
 
PPTX
Introduction of Artificial Intelligence
Akhileshwar Nirala
 
PDF
Lecture 2 Solving Problems by Searching by Marco Chiarandini
cniclsh
 
PPTX
Problem Formulation in Artificial Inteligence Projects
Dr. C.V. Suresh Babu
 
PPTX
Lecture 05 problem solving through ai
Hema Kashyap
 
PPTX
Artificial intelligence presentation for students
kavyanallana1508
 
PDF
Chapter 3 - Searching and prPlanning.pdf
naolseyum9
 
problem characterstics.pptx
PriyadharshiniG41
 
AI Unit-1 PPT.pptx https https plans to go
k12196987
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
Problem Solving Based on Searching Module 2
chatgpt2004sai
 
aiMODULE 1.pptx
Sharika Tr
 
AI CH 1d.pptx
PriyankaJadhav218236
 
Presentation on the artificial intelligenc
PriyadharshiniG41
 
Problem solving in Artificial Intelligence.pptx
kitsenthilkumarcse
 
Presentation on Artificial Intelligence.
191013607gouthamsric
 
Artificial intelligence
ShrikantSharma86
 
Problem Solving Strategies - Artificial Intelligence - Anna University - Regu...
theophilusindia
 
AI3391 ARTIFICAL INTELLIGENCE Session 5 Problem Solving Agent and searching f...
Guru Nanak Technical Institutions
 
ARTIFICIAL INTELLIGENCE PROBLEM SOLVING AND SEARCH
Jeff Brooks
 
AI Chapter III for Computer Science Students
abrhamnaremo
 
Introduction of Artificial Intelligence
Akhileshwar Nirala
 
Lecture 2 Solving Problems by Searching by Marco Chiarandini
cniclsh
 
Problem Formulation in Artificial Inteligence Projects
Dr. C.V. Suresh Babu
 
Lecture 05 problem solving through ai
Hema Kashyap
 
Artificial intelligence presentation for students
kavyanallana1508
 
Chapter 3 - Searching and prPlanning.pdf
naolseyum9
 
Ad

More from Bharat Bhushan (20)

PDF
NIMCET 2023 : Questions
Bharat Bhushan
 
PPTX
Heuristics Search Techniques in AI
Bharat Bhushan
 
PDF
Heuristics Search Techniques
Bharat Bhushan
 
PPTX
Hill Climbing Algorithm in Artificial Intelligence
Bharat Bhushan
 
PDF
Hill Climbing Algorithm in Artificial Intelligence
Bharat Bhushan
 
PDF
Control Strategies in AI
Bharat Bhushan
 
PDF
Dynamic Programming
Bharat Bhushan
 
PPTX
Algorithm Design Technique
Bharat Bhushan
 
PPTX
Production System in AI
Bharat Bhushan
 
PPTX
Problem Characteristics in Artificial Intelligence
Bharat Bhushan
 
PDF
Introduction to Artificial Intteligence
Bharat Bhushan
 
PPTX
Introduction to Artificial Intteligence
Bharat Bhushan
 
PDF
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
Bharat Bhushan
 
PPTX
DESIGN AND ANALYSIS OF ALGORITHMS
Bharat Bhushan
 
PPTX
ARTIFICIAL INTELLIGENCE
Bharat Bhushan
 
PDF
ARTIFICIAL INTELLIGENCE SYLLABUS
Bharat Bhushan
 
PPTX
Cyber Security
Bharat Bhushan
 
PDF
Cyber Security
Bharat Bhushan
 
PPTX
Digital Content Creation By Bharat Sir Kokar
Bharat Bhushan
 
PPTX
Digital Content Creation by Bharat Sir Kokar
Bharat Bhushan
 
NIMCET 2023 : Questions
Bharat Bhushan
 
Heuristics Search Techniques in AI
Bharat Bhushan
 
Heuristics Search Techniques
Bharat Bhushan
 
Hill Climbing Algorithm in Artificial Intelligence
Bharat Bhushan
 
Hill Climbing Algorithm in Artificial Intelligence
Bharat Bhushan
 
Control Strategies in AI
Bharat Bhushan
 
Dynamic Programming
Bharat Bhushan
 
Algorithm Design Technique
Bharat Bhushan
 
Production System in AI
Bharat Bhushan
 
Problem Characteristics in Artificial Intelligence
Bharat Bhushan
 
Introduction to Artificial Intteligence
Bharat Bhushan
 
Introduction to Artificial Intteligence
Bharat Bhushan
 
DESIGN AND ANALYSIS OF ALGORITHMS by Bharat Sir
Bharat Bhushan
 
DESIGN AND ANALYSIS OF ALGORITHMS
Bharat Bhushan
 
ARTIFICIAL INTELLIGENCE
Bharat Bhushan
 
ARTIFICIAL INTELLIGENCE SYLLABUS
Bharat Bhushan
 
Cyber Security
Bharat Bhushan
 
Cyber Security
Bharat Bhushan
 
Digital Content Creation By Bharat Sir Kokar
Bharat Bhushan
 
Digital Content Creation by Bharat Sir Kokar
Bharat Bhushan
 
Ad

Recently uploaded (20)

PPTX
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PDF
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PDF
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 

Problem Characteristics in Artificial Intelligence

  • 1. Presentation on By BHARAT BHUSHAN Asst. Professor, Department of Computer Sc. RLSY College, Ranchi Buddha Science and Technical Institute, Ranchi www.bharatsir.com Problem Characteristics in Artificial Intelligence
  • 2. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Problem Characteristics A problem may have different aspects of representation and explanation. In order to choose an appropriate method for a particular problem first we need to categorize the problem based on the following characteristics. 1. Is the problem decomposable into small sub-problems which are easy to solve?
  • 3. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Problem Characteristics 2. Can solution steps be ignored or undone? 3. Is the universe of the problem is predictable? 4. Is a good solution to the problem is absolute or relative? 5. Is the solution to the problem a state or a path? 6. What is the role of knowledge in solving a problem using artificial intelligence? 7. Does the task of solving a problem require human interaction?
  • 4. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence 1. Is the problem decomposable into small sub- problems which are easy to solve? The decomposable problem can be solved easily. Example: In the above case, the problem is divided into smaller problems. The smaller problems are solved independently. Finally, the result is merged to get the final result.
  • 5. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence 2. Can solution steps be ignored or undone? In the Theorem Proving problem, a lemma that has been proved can be ignored for the next steps. Such problems are called Ignorable problems. In the 8-Puzzle, Moves can be undone and backtracked. Such problems are called Recoverable problems. 0
  • 6. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence In Playing Chess, moves can be retracted. Such problems are called Irrecoverable problems. 0 Ignorable problems can be solved using a simple control structure that never backtracks. Recoverable problems can be solved using backtracking. Irrecoverable problems can be solved by recoverable style methods via planning.
  • 7. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence 3. Is the universe of the problem is predictable? In Playing Bridge, We cannot know exactly where all the cards are or what the other players will do on their turns. Uncertain outcome! For certain-outcome problems, planning can be used to generate a sequence of operators that is guaranteed to lead to a solution. For uncertain-outcome problems, a sequence of generated operators can only have a good probability of leading to a solution. Plan revision is made as the plan is carried out and the necessary feedback is provided. 0
  • 8. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence 4. Is a good solution to the problem is absolute or relative? The Travelling Salesman Problem, we have to try all paths to find the shortest one. Any path problem can be solved using heuristics that suggest good paths to explore. For best-path problems, a much more exhaustive search will be performed. 0
  • 9. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence 5. Is the solution to the problem a state or a path? The Water Jug Problem, the path that leads to the goal must be reported. A path-solution problem can be reformulated as a state-solution problem by describing a state as a partial path to a solution. The question is whether that is natural or not. 0 6. What is the role of knowledge in solving a problem using artificial intelligence? Playing Chess Consider again the problem of playing chess.
  • 10. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Suppose you had unlimited computing power available. How much knowledge would be required by a perfect program? The answer to this question is very little—just the rules for determining legal moves and some simple control mechanism that implements an appropriate search procedure. Additional knowledge about such things as good strategy and tactics could of course help considerably to constrain the search and speed up the execution of the program. Knowledge is important only to constrain the search for a solution.
  • 11. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence Reading Newspaper Now consider the problem of scanning daily newspapers to decide which are supporting the Democrats and which are supporting the Republicans in some upcoming election. Again assuming unlimited computing power, how much knowledge would be required by a computer trying to solve this problem? This time the answer is a great deal. It would have to know such things as:  The names of the candidates in each party.
  • 12. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence  The fact that if the major thing you want to see done is have taxes lowered, you are probably supporting the Republicans.  The fact that if the major thing you want to see done is improved education for minority students, you are probably supporting the Democrats.  The fact that if you are opposed to big government, you are probably supporting the Republicans.  And so on …
  • 13. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence 7. Does the task of solving a problem require human interaction? Sometimes it is useful to program computers to solve problems in ways that the majority of people would not be able to understand. This is fine if the level of the interaction between the computer and its human users is problem-in solution-out. But increasingly we are building programs that require intermediate interaction with people, both to provide additional input to the program and to provide additional reassurance to the user.
  • 14. www.bharatsir.com || Mo No : 09835376044 || WhtasApp : 09006365889 Artificial Intelligence The solitary problem, in which there is no intermediate communication and no demand for an explanation of the reasoning process. The conversational problem, in which intermediate communication is to provide either additional assistance to the computer or additional information to the user.
  • 15. Bharat Bhushan, Assistant Professor, RLSY College, Ranchi Artificial Intelligence