SlideShare a Scribd company logo
1 of 8
Download to read offline
Reasoning in Artificial intelligence
In previous topics, we have learned various ways of knowledge representation in
artificial intelligence. Now we will learn the various ways to reason on this knowledge
using different logical schemes.
Reasoning
The reasoning is the mental process of deriving logical conclusion and making
predictions from available knowledge, facts, and beliefs. Or we can say, "Reasoning is a
way to infer facts from existing data" It is a general process of thinking rationally, to
find valid conclusions.
In artificial intelligence, the reasoning is essential so that the machine can also think
rationally as a human brain, and can perform like a human.
Types of Reasoning
In artificial intelligence, reasoning can be divided into the following categories:
o Deductive reasoning
o Inductive reasoning
o Abductive reasoning
o Common Sense Reasoning
o Monotonic Reasoning
o Non-monotonic Reasoning
Deductive reasoning
Deductive reasoning is deducing new information from logically related known
information. It is the form of valid reasoning, which means the argument's conclusion
must be true when the premises are true.
Deductive reasoning is a type of propositional logic in Al, and it requires various rules
and facts. It is sometimes referred to as top-down reasoning, and contradictory to
inductive reasoning.
In deductive reasoning, the truth of the premises guarantees the truth of the conclusion.
Deductive reasoning mostly starts from the general premises to the specitic conclusion,
which can be explained as below example.
Example:
Premise-1: All the human eats veggies
Premise-2: Suresh is human.
Conclusion: Suresh eats veggies.
The general process of deductive reasoning is given below:
Theory Hypothesis Patterns Confirmation
2. Inductive Reasoning
Inductive reasoning is a form of reasoning to arrive at a conclusion using limited sets of
facts by the process of generalization. It starts with the series of specific facts or data
and reaches to a general statement or conclusion.
Inductive reasoning is a type of propositional logic, which is also known as cause-effect
reasoning or bottom-up reasoning.
In inductive reasoning, we use historical data or various premises to generate a generic
rule, for which premisessupport the conclusion.
In inductive reasoning, premises provide probable supports to the conclusion, so the
truth of premises does not guarantee the truth of the conclusion.
Example:
Premise: All of the pigeons we have seen in the zoo are white.
Conclusion: Therefore, we can expect all the pigeons to be white.
Observations Patterns Hypothesis Theory
3. Abductive reasoning:
Abductive reasoning is a form of logical reasoning which starts with single or multiple
observations then seeks to find the most likely explanation or conclusion for the observation.
Abductive reasoning is an extension of deductive reasoning, but in abductive reasoning, the
premises do not guarantee the conclusion.
Example:
Implication: Cricket ground is wet if it is raining
Axiom: Cricket ground is wet.
Conclusion It is raining.
4. Common Sense Reasoning
Common sense reasoning is an informal form of reasoning, which can be gained through
experiences.
Common Sense reasoning simulates the human ability to make presumptions about events which
occurs on every day.
It relies on good judgment rather than exact logic and operates on heuristic
knowledge and heuristic rules.
Example
1. One person can be at one place at a time.
2. Ifl put my hand in a fire, then itwill burn.
The above two statements are the examples of common sense reasoning which a
human mind can easily understand and assume.
5. Monotonic Reasoning:
n monotonic reasoning, once the conclusion is taken, then it will remain the same
Eve
w e add Some other information to existing information in our knowledge base. n
monotonIC reasoning, adding knowledge does not decrease the set of prepositions tna
can be derived.
o solve monotonic problems, we can derive the valid conclusion from the availabie
facts only, and it will not be affected by new facts.
Monotonic reasoning is not useful for the real-time systems, as in real time, facts get
changed, so we cannot use monotonic reasoning.
Monotonic reasoning is used in conventional reasoning systems, and a logic-based
system is monotonic.
Any theorem proving is an example of monotonic reasoning.
Example:
o Earth revolves around the Sun.
It is a true fact, and it cannot be changed even if we add another sentence in knowledge
base like, "The moon revolves around the earth" Or "Earth is not round," etc.
Advantages of Monotonic Reasoning:
o In monotonic reasoning, each old proof will always remain valid.
If we deduce some facts from available facts, then it will remain valid for always.
O
Disadvantages of Monotonic Reasoning:
We cannot represent the real world scenarios using Monotonic reasoning.
Hypothesis knowledge cannot be expressed with monotonic reasoning, which means
facts should be true.
o Since we can only derive conclusions from the old proofs, so new knowledge from the
real world cannot be added.
6. Non-monotonic Reasoning
n von-monotonic reasoning, some conclusions may be invalidated if we add some
more information to our
knowledge base.
LOgic will be said as non-monotonic if some conclusions can be invalidated by adding
more knowledge into our
knowledge base.
Non-monotonic reasoning deals with incomplete and uncertain models.
Human perceptions for various things in daily life, "is a general example of non
monotonic reasoning.
Example: Let suppose the knowledge base contains the following knowledge:
Birds can fly
Penguins cannot fly
o Pitty is a bird
So from the above sentences, we can conclude that Pitty can fly.
However, if we add one another sentence into knowledge base "Pitty is a penguin",
which concludes "Pitty cannot fly', so it invalidates the above conclusion.
Advantages of Non-monotonic reasoning:
o For real-world systems such as Robot navigation, we can use non-monotonic reasoning.
o In Non-monotonic reasoning, we can choose probabilistic facts or can make
assumptions.
Disadvantages of Non-monotonic Reasoning:
o In non-monotonic reasoning, the old facts may be invalidated by adding new sentences.
o It cannot be used for theorem proving
Difference between Inductive and Deductive
reasoninng
Reasoning in artificial intelligence has two important forms, Inductive reasoning, and
Deductive reasoning. Both reasoning forms have premises and conclusions, but both
Teasoning are contradictory to each other. Following is a list for comparison berwee
inductive and deductivereasoning
Deductive reasoning uses available facts, information, or knowledge to deduce a
valid conclusion, whereas inductive reasoning involves making a generalization
from specific facts, and observations.
O
o Deductive reasoning uses a top-down approach, whereas inductive reasoning9
uses a bottom-up approach.
o Deductive reasoning moves from generalized statement to a valid conclusion,
whereas Inductive reasoning moves from specific observation to a generalization.
o In deductive reasoning, the conclusions are certain, whereas, in Inductive
reasoning, the conclusions are probabilistic.
o Deductive arguments can be valid or invalid, which means if premises are true,
the conclusion must be true, whereas inductive argument can be strong or weak,
which means conclusion may be false even if premises are true.
The differences between inductive and deductive can be explained using the below
diagram on the basis of arguments:
Valid and
Sound all premises
" true"
Valid
Unsound
Deductive
Invalid Unsound
Strong and
all premises
"true"
Argument
Cogent
Strong
Uncogent
Inductive
Weak Uncogent
Comparison Chart:
Deductive Reasoning Inductive Reasoning
Basis for
comparison
Deductive reasoning is the form Inductive reasoning
of valid reasoning, to deduce conclusion
new information or conclusion generalization using specific facts or
arrives at a
Definition of
by the process
from known related facts and data.
information.
Deductive reasoning follows a Inductive reasoning follows a bottom-
top-down approach.
Approach up approach.
Deductive reasoning starts from Inductive reasoning starts from the
Conclusion.
Starts from
Premises.
Validity In deductive reasoning In inductive reasoning, the truth of
conclusion must be true if the premises does not guarantee the truth
premises are true. of conclusions.
Use of deductive reasoning is Use of inductive reasoning is fast and
difficult, as we need facts which easy, as we need evidence instead of
must be true.
Usage
true facts. We often use it in our daily
life.
Theory
patterns-confirmation.
Process hypothesisObservations-
patterns-hypothesis-Theory.
****************************
Argument In deductive reasoning, In inductive reasoning, arguments may
arguments may be valid or be weak or strong.
invalid.
Structure Deductive reasoning reaches Inductive reasoning reaches from
from general facts to specific specific facts to general facts.
facts.

More Related Content

What's hot

Probabilistic Reasoning
Probabilistic ReasoningProbabilistic Reasoning
Probabilistic ReasoningJunya Tanaka
ย 
Unification and Lifting
Unification and LiftingUnification and Lifting
Unification and LiftingMegha Sharma
ย 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkNainaBhatt1
ย 
Logics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiLogics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiShaishavShah8
ย 
AI_7 Statistical Reasoning
AI_7 Statistical Reasoning AI_7 Statistical Reasoning
AI_7 Statistical Reasoning Khushali Kathiriya
ย 
Machine Learning: Introduction to Neural Networks
Machine Learning: Introduction to Neural NetworksMachine Learning: Introduction to Neural Networks
Machine Learning: Introduction to Neural NetworksFrancesco Collova'
ย 
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Garry D. Lasaga
ย 
backpropagation in neural networks
backpropagation in neural networksbackpropagation in neural networks
backpropagation in neural networksAkash Goel
ย 
State space search
State space searchState space search
State space searchchauhankapil
ย 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & ReasoningSajid Marwat
ย 
Resolution method in AI.pptx
Resolution method in AI.pptxResolution method in AI.pptx
Resolution method in AI.pptxAbdullah251975
ย 
Elements of dynamic programming
Elements of dynamic programmingElements of dynamic programming
Elements of dynamic programmingTafhim Islam
ย 
Dempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th SemDempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th SemDigiGurukul
ย 
Forward and Backward chaining in AI
Forward and Backward chaining in AIForward and Backward chaining in AI
Forward and Backward chaining in AIMegha Sharma
ย 

What's hot (20)

Probabilistic Reasoning
Probabilistic ReasoningProbabilistic Reasoning
Probabilistic Reasoning
ย 
Unification and Lifting
Unification and LiftingUnification and Lifting
Unification and Lifting
ย 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
ย 
Hill climbing
Hill climbingHill climbing
Hill climbing
ย 
Logics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiLogics for non monotonic reasoning-ai
Logics for non monotonic reasoning-ai
ย 
AI_7 Statistical Reasoning
AI_7 Statistical Reasoning AI_7 Statistical Reasoning
AI_7 Statistical Reasoning
ย 
Machine Learning: Introduction to Neural Networks
Machine Learning: Introduction to Neural NetworksMachine Learning: Introduction to Neural Networks
Machine Learning: Introduction to Neural Networks
ย 
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
ย 
backpropagation in neural networks
backpropagation in neural networksbackpropagation in neural networks
backpropagation in neural networks
ย 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
ย 
State space search
State space searchState space search
State space search
ย 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
ย 
Forward Backward Chaining
Forward Backward ChainingForward Backward Chaining
Forward Backward Chaining
ย 
Resolution method in AI.pptx
Resolution method in AI.pptxResolution method in AI.pptx
Resolution method in AI.pptx
ย 
Planning
PlanningPlanning
Planning
ย 
Elements of dynamic programming
Elements of dynamic programmingElements of dynamic programming
Elements of dynamic programming
ย 
Rule based system
Rule based systemRule based system
Rule based system
ย 
Truth management system
Truth  management systemTruth  management system
Truth management system
ย 
Dempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th SemDempster Shafer Theory AI CSE 8th Sem
Dempster Shafer Theory AI CSE 8th Sem
ย 
Forward and Backward chaining in AI
Forward and Backward chaining in AIForward and Backward chaining in AI
Forward and Backward chaining in AI
ย 

Similar to AI Reasoning Types Explained

Mathematical Reasoning (unit-5) UGC NET Paper-1 Study Notes (E-books) Down...
Mathematical  Reasoning (unit-5) UGC NET Paper-1  Study Notes (E-books)  Down...Mathematical  Reasoning (unit-5) UGC NET Paper-1  Study Notes (E-books)  Down...
Mathematical Reasoning (unit-5) UGC NET Paper-1 Study Notes (E-books) Down...DIwakar Rajput
ย 
Symbolic-Reasoning-Under-Uncertainty.pptx
Symbolic-Reasoning-Under-Uncertainty.pptxSymbolic-Reasoning-Under-Uncertainty.pptx
Symbolic-Reasoning-Under-Uncertainty.pptxPabitha Chidambaram
ย 
week 3 lesson philosophy.pptx
week 3 lesson philosophy.pptxweek 3 lesson philosophy.pptx
week 3 lesson philosophy.pptxNabishah Gulamnabi
ย 
Contextual practice2033
Contextual practice2033Contextual practice2033
Contextual practice2033Kulu Studio
ย 
Scientific method
Scientific methodScientific method
Scientific methodsrilekshmig
ย 
The following text material and terms defined at the end comprise .docx
The following text material and terms defined at the end comprise .docxThe following text material and terms defined at the end comprise .docx
The following text material and terms defined at the end comprise .docxarnoldmeredith47041
ย 
Research Hypothesis Report.pptx
Research Hypothesis Report.pptxResearch Hypothesis Report.pptx
Research Hypothesis Report.pptxReavilla1
ย 
Notes for logic
Notes for logicNotes for logic
Notes for logicAmit Chaudhary
ย 
Research Methodology Module-05
Research Methodology Module-05Research Methodology Module-05
Research Methodology Module-05Kishor Ade
ย 
Aaron Ramsey, SIP
Aaron Ramsey, SIPAaron Ramsey, SIP
Aaron Ramsey, SIPAaron Ramsey
ย 
Phil6334 day#4slidesfeb13
Phil6334 day#4slidesfeb13Phil6334 day#4slidesfeb13
Phil6334 day#4slidesfeb13jemille6
ย 
Research methodology Chapter 5
Research methodology Chapter 5Research methodology Chapter 5
Research methodology Chapter 5Pulchowk Campus
ย 
Philosophy,logic and its kind,inductive and deductive reasoning ppt
Philosophy,logic and its kind,inductive and deductive reasoning pptPhilosophy,logic and its kind,inductive and deductive reasoning ppt
Philosophy,logic and its kind,inductive and deductive reasoning pptUmer Niazi
ย 
Inductive Reasoning Essay
Inductive Reasoning EssayInductive Reasoning Essay
Inductive Reasoning Essayduomorchiro1974
ย 

Similar to AI Reasoning Types Explained (20)

Mathematical Reasoning (unit-5) UGC NET Paper-1 Study Notes (E-books) Down...
Mathematical  Reasoning (unit-5) UGC NET Paper-1  Study Notes (E-books)  Down...Mathematical  Reasoning (unit-5) UGC NET Paper-1  Study Notes (E-books)  Down...
Mathematical Reasoning (unit-5) UGC NET Paper-1 Study Notes (E-books) Down...
ย 
Symbolic-Reasoning-Under-Uncertainty.pptx
Symbolic-Reasoning-Under-Uncertainty.pptxSymbolic-Reasoning-Under-Uncertainty.pptx
Symbolic-Reasoning-Under-Uncertainty.pptx
ย 
week 3 lesson philosophy.pptx
week 3 lesson philosophy.pptxweek 3 lesson philosophy.pptx
week 3 lesson philosophy.pptx
ย 
Inductive Essay Examples
Inductive Essay ExamplesInductive Essay Examples
Inductive Essay Examples
ย 
Contextual practice2033
Contextual practice2033Contextual practice2033
Contextual practice2033
ย 
Chapter-3.pdf
Chapter-3.pdfChapter-3.pdf
Chapter-3.pdf
ย 
Scientific method
Scientific methodScientific method
Scientific method
ย 
The following text material and terms defined at the end comprise .docx
The following text material and terms defined at the end comprise .docxThe following text material and terms defined at the end comprise .docx
The following text material and terms defined at the end comprise .docx
ย 
AI_6 Uncertainty
AI_6 Uncertainty AI_6 Uncertainty
AI_6 Uncertainty
ย 
Deductive Essay Topics
Deductive Essay TopicsDeductive Essay Topics
Deductive Essay Topics
ย 
Inductive Essay
Inductive EssayInductive Essay
Inductive Essay
ย 
Research Hypothesis Report.pptx
Research Hypothesis Report.pptxResearch Hypothesis Report.pptx
Research Hypothesis Report.pptx
ย 
Notes for logic
Notes for logicNotes for logic
Notes for logic
ย 
Research Methodology Module-05
Research Methodology Module-05Research Methodology Module-05
Research Methodology Module-05
ย 
Aaron Ramsey, SIP
Aaron Ramsey, SIPAaron Ramsey, SIP
Aaron Ramsey, SIP
ย 
Hypothesis
HypothesisHypothesis
Hypothesis
ย 
Phil6334 day#4slidesfeb13
Phil6334 day#4slidesfeb13Phil6334 day#4slidesfeb13
Phil6334 day#4slidesfeb13
ย 
Research methodology Chapter 5
Research methodology Chapter 5Research methodology Chapter 5
Research methodology Chapter 5
ย 
Philosophy,logic and its kind,inductive and deductive reasoning ppt
Philosophy,logic and its kind,inductive and deductive reasoning pptPhilosophy,logic and its kind,inductive and deductive reasoning ppt
Philosophy,logic and its kind,inductive and deductive reasoning ppt
ย 
Inductive Reasoning Essay
Inductive Reasoning EssayInductive Reasoning Essay
Inductive Reasoning Essay
ย 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
ย 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
ย 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
ย 
call girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธ
call girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธcall girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธ
call girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธ9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
ย 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
ย 
โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
ย 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
ย 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
ย 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
ย 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
ย 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
ย 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
ย 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
ย 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
ย 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
ย 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
ย 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
ย 

Recently uploaded (20)

Model Call Girl in Bikash Puri Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”
Model Call Girl in Bikash Puri  Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”Model Call Girl in Bikash Puri  Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”
Model Call Girl in Bikash Puri Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”
ย 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
ย 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
ย 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
ย 
call girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธ
call girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธcall girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธ
call girls in Kamla Market (DELHI) ๐Ÿ” >เผ’9953330565๐Ÿ” genuine Escort Service ๐Ÿ”โœ”๏ธโœ”๏ธ
ย 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
ย 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
ย 
โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
โ€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
ย 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
ย 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
ย 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
ย 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
ย 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
ย 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
ย 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
ย 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
ย 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
ย 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
ย 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
ย 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
ย 

AI Reasoning Types Explained

  • 1. Reasoning in Artificial intelligence In previous topics, we have learned various ways of knowledge representation in artificial intelligence. Now we will learn the various ways to reason on this knowledge using different logical schemes. Reasoning The reasoning is the mental process of deriving logical conclusion and making predictions from available knowledge, facts, and beliefs. Or we can say, "Reasoning is a way to infer facts from existing data" It is a general process of thinking rationally, to find valid conclusions. In artificial intelligence, the reasoning is essential so that the machine can also think rationally as a human brain, and can perform like a human. Types of Reasoning In artificial intelligence, reasoning can be divided into the following categories: o Deductive reasoning o Inductive reasoning o Abductive reasoning o Common Sense Reasoning o Monotonic Reasoning o Non-monotonic Reasoning Deductive reasoning Deductive reasoning is deducing new information from logically related known information. It is the form of valid reasoning, which means the argument's conclusion must be true when the premises are true. Deductive reasoning is a type of propositional logic in Al, and it requires various rules and facts. It is sometimes referred to as top-down reasoning, and contradictory to inductive reasoning. In deductive reasoning, the truth of the premises guarantees the truth of the conclusion.
  • 2. Deductive reasoning mostly starts from the general premises to the specitic conclusion, which can be explained as below example. Example: Premise-1: All the human eats veggies Premise-2: Suresh is human. Conclusion: Suresh eats veggies. The general process of deductive reasoning is given below: Theory Hypothesis Patterns Confirmation 2. Inductive Reasoning Inductive reasoning is a form of reasoning to arrive at a conclusion using limited sets of facts by the process of generalization. It starts with the series of specific facts or data and reaches to a general statement or conclusion. Inductive reasoning is a type of propositional logic, which is also known as cause-effect reasoning or bottom-up reasoning. In inductive reasoning, we use historical data or various premises to generate a generic rule, for which premisessupport the conclusion. In inductive reasoning, premises provide probable supports to the conclusion, so the truth of premises does not guarantee the truth of the conclusion. Example: Premise: All of the pigeons we have seen in the zoo are white. Conclusion: Therefore, we can expect all the pigeons to be white.
  • 3. Observations Patterns Hypothesis Theory 3. Abductive reasoning: Abductive reasoning is a form of logical reasoning which starts with single or multiple observations then seeks to find the most likely explanation or conclusion for the observation. Abductive reasoning is an extension of deductive reasoning, but in abductive reasoning, the premises do not guarantee the conclusion. Example: Implication: Cricket ground is wet if it is raining Axiom: Cricket ground is wet. Conclusion It is raining. 4. Common Sense Reasoning Common sense reasoning is an informal form of reasoning, which can be gained through experiences. Common Sense reasoning simulates the human ability to make presumptions about events which occurs on every day. It relies on good judgment rather than exact logic and operates on heuristic knowledge and heuristic rules. Example 1. One person can be at one place at a time. 2. Ifl put my hand in a fire, then itwill burn. The above two statements are the examples of common sense reasoning which a human mind can easily understand and assume.
  • 4. 5. Monotonic Reasoning: n monotonic reasoning, once the conclusion is taken, then it will remain the same Eve w e add Some other information to existing information in our knowledge base. n monotonIC reasoning, adding knowledge does not decrease the set of prepositions tna can be derived. o solve monotonic problems, we can derive the valid conclusion from the availabie facts only, and it will not be affected by new facts. Monotonic reasoning is not useful for the real-time systems, as in real time, facts get changed, so we cannot use monotonic reasoning. Monotonic reasoning is used in conventional reasoning systems, and a logic-based system is monotonic. Any theorem proving is an example of monotonic reasoning. Example: o Earth revolves around the Sun. It is a true fact, and it cannot be changed even if we add another sentence in knowledge base like, "The moon revolves around the earth" Or "Earth is not round," etc. Advantages of Monotonic Reasoning: o In monotonic reasoning, each old proof will always remain valid. If we deduce some facts from available facts, then it will remain valid for always. O Disadvantages of Monotonic Reasoning: We cannot represent the real world scenarios using Monotonic reasoning. Hypothesis knowledge cannot be expressed with monotonic reasoning, which means facts should be true. o Since we can only derive conclusions from the old proofs, so new knowledge from the real world cannot be added.
  • 5. 6. Non-monotonic Reasoning n von-monotonic reasoning, some conclusions may be invalidated if we add some more information to our knowledge base. LOgic will be said as non-monotonic if some conclusions can be invalidated by adding more knowledge into our knowledge base. Non-monotonic reasoning deals with incomplete and uncertain models. Human perceptions for various things in daily life, "is a general example of non monotonic reasoning. Example: Let suppose the knowledge base contains the following knowledge: Birds can fly Penguins cannot fly o Pitty is a bird So from the above sentences, we can conclude that Pitty can fly. However, if we add one another sentence into knowledge base "Pitty is a penguin", which concludes "Pitty cannot fly', so it invalidates the above conclusion. Advantages of Non-monotonic reasoning: o For real-world systems such as Robot navigation, we can use non-monotonic reasoning. o In Non-monotonic reasoning, we can choose probabilistic facts or can make assumptions. Disadvantages of Non-monotonic Reasoning: o In non-monotonic reasoning, the old facts may be invalidated by adding new sentences. o It cannot be used for theorem proving Difference between Inductive and Deductive reasoninng Reasoning in artificial intelligence has two important forms, Inductive reasoning, and Deductive reasoning. Both reasoning forms have premises and conclusions, but both
  • 6. Teasoning are contradictory to each other. Following is a list for comparison berwee inductive and deductivereasoning Deductive reasoning uses available facts, information, or knowledge to deduce a valid conclusion, whereas inductive reasoning involves making a generalization from specific facts, and observations. O o Deductive reasoning uses a top-down approach, whereas inductive reasoning9 uses a bottom-up approach. o Deductive reasoning moves from generalized statement to a valid conclusion, whereas Inductive reasoning moves from specific observation to a generalization. o In deductive reasoning, the conclusions are certain, whereas, in Inductive reasoning, the conclusions are probabilistic. o Deductive arguments can be valid or invalid, which means if premises are true, the conclusion must be true, whereas inductive argument can be strong or weak, which means conclusion may be false even if premises are true. The differences between inductive and deductive can be explained using the below diagram on the basis of arguments:
  • 7. Valid and Sound all premises " true" Valid Unsound Deductive Invalid Unsound Strong and all premises "true" Argument Cogent Strong Uncogent Inductive Weak Uncogent Comparison Chart: Deductive Reasoning Inductive Reasoning Basis for comparison Deductive reasoning is the form Inductive reasoning of valid reasoning, to deduce conclusion new information or conclusion generalization using specific facts or arrives at a Definition of by the process from known related facts and data. information. Deductive reasoning follows a Inductive reasoning follows a bottom- top-down approach. Approach up approach. Deductive reasoning starts from Inductive reasoning starts from the Conclusion. Starts from Premises.
  • 8. Validity In deductive reasoning In inductive reasoning, the truth of conclusion must be true if the premises does not guarantee the truth premises are true. of conclusions. Use of deductive reasoning is Use of inductive reasoning is fast and difficult, as we need facts which easy, as we need evidence instead of must be true. Usage true facts. We often use it in our daily life. Theory patterns-confirmation. Process hypothesisObservations- patterns-hypothesis-Theory. **************************** Argument In deductive reasoning, In inductive reasoning, arguments may arguments may be valid or be weak or strong. invalid. Structure Deductive reasoning reaches Inductive reasoning reaches from from general facts to specific specific facts to general facts. facts.