SlideShare a Scribd company logo
1 of 16
Download to read offline
NDEJJE UNIVERSITY
PROPOSITIONAL LOGIC
FUNDAMENTALS OF ARTIFICIAL INTELIGENCE
KNOWLEDGE REPRESENTATION AND REASONING
LOGICAL KNOWLEDGE REPRESENTATION: A LANGUAGE WITH SOME CONCRETE
RULES WHICH HAS PROPERTIES AND HAS NO AMBIGUITY IN REPRESENTATION.
CONSISTS OF SYNTAX AND SEMANTICS
SYNTAX – THE RULES THAT GOVERN A WELL FORMED SENTENCE
SEMANTICS – THE MEANING ATTACHED TO THE SENTENCE
PROPOSITIONAL LOGIC – A LANGUAGE THAT FORMULATES KNOWLEDGE OF THE
ENVIRONMENT OF CONCERN. THE LANGUAGE IS COMPOSED OF PROPOSITIONAL
SYSMBOLS AND CONNECTIVES
 SIMPLEST STATEMENTS ARE TREATED AS INDIVIDUAL UNITS
 ALSO CALLED SENTENTIAL LOGIC OR STATEMENT LOGIC – LOGICAL RELATIONS
EXISTS BETWEEN STSTEMENTS OR PROPOSITIONS
 PROPOSITION – A DECLARATIVE STATEMENT THAT IS BY ITSELF TRUE OR FALSE
Examples – Iam a student, John is an American, Ice is a liquid , Paul is married
THESE CAN EVALUATE TO TRUE OR FALSE
Not Propositions – Come here, Why are your crying, Did you Pass
THESE DO NOT EVALUATE TO TRUE OR FALSE – They are commands or
questions
PROPOSITIONS CAN BE CONNECTED TO FORM A NEW PROPOSITION
Eg P It is raining Q The road is wet
If it is raining then the road is wet
PROPOSITIONAL LOGIC – IS AMATHEMATICAL SYSTEM FOR REASONING ABOUT
PROPOSITIONS AND HOW THEY RELATE TO ONE ANOTHER
EVERY STATEMENT IN PROPOSITIONAL LOGIC IS CONSISTS OF PROPOSITIONAL
VARIABLES COMBINED VIA PROPOSITIONAL CONNECTIVES (~, v, , , , )
– Negation, OR (Logical disjunction/ Inclusive OR), AND (Logical Conjunction)
, XOR, IMPLICATION, BI-COMDITIONAL
- Note: THE EQUIVALENT ≡ IS NOT A CONNECTIVE/
OPERATOR
- EVERY VARIABLE REPRESENTS SOME PROPOSITION
Eg P = It is raining Q = The road is wet
- CONNECTIVES ENCODE HOW PROPOSITIONS ARE RELATED
EG IT IS RAINING AND THE ROAD IS WET
P  Q
IF A PROPOSITIONAL VALUE IS TRUE WE SAY ITS TRUTH VALUE IS TRUE. IF A
PROPOSITIONAL VALUE IS FALSE WE SAY ITS TRUTH VALUE IS FALSE
IMPLICATION CONNECTIVE (Also called Material Conditional Operator)
P It is raining q The road is wet
If it is raining THEN the road is wet
If P then Q P  Q
P IS CALLED THE PREMISE OR HYPOTHESIS
Q IS THE CONCLUSION
P Q P  Q
BI-CONDITIONAL CONNECTIVE (Also called Material Bi-Conditional Operator)
P It is raining q The road is wet
If it is raining and only if it is raining THEN the road is wet
OR The road is wet only and only if it is raining
P  Q
P Q P  Q
SENTENCE OR WELL FORMED FORMULA
 A PROPOSITIONAL SYSMBOL S IS A SENTENCE ie each propositional symbol
is a sentence
 EACH LOGICAL CONSTANT True or False is a SENTENCE
 IS S IS A SENTENCE THEN (S) IS A SENTENCE
 PARENTHESIS HELP TO REMOVE AMBIGUITY IN SENTENCES
 IF S IS A SENTENCE AND T IS ALSO A SENTENCE THEN
~S, ~T, S ᴧ T , S V T, S  T, S  T AREWELL FORMED SENTENCES
 A SENTENCE RESULTS FROM A FINITE SET OF THE ABOVE RULES
TRUTH TABLE
IS A TABLE SHOWING THE TRUTH VALUE OF A PROPOSITIONAL LOGICAL
FORMULA AS A FUNCTION OF ITS INPUTS
THE TRUTH TABLE REPRESENTS THE RELATIONASHIP BETWEEN THE TRUTH
VALUES OF PROPOSITIONS AND THE COMPOUND PROPOSITIONS FORMED
FROM THESE PROPOSITIONS
A TAUTOLOGY IS A LOGICAL SENTENCE (EXPRESSION) THAT ALWAYS
EVALUATES TO A TRUE
A CONTRADICTION IS A LOGICAL SENTENCE (EXPRESSION) THAT ALWAYS
EVALUATES TO A TRUE
OPERATOR PRECEDENCE IN PL
~, ᴧ, v, , 
Example Disambiguate ~X  X v Z ᴧ Y
TRANSLATING ENGLISH INTO LOGIC
 DEFINE A SET OF PROPOSITIONAL SYMBOLS EACH TO REPRESENT
PROPOSITIONS eg P, Q etc
 DEFINE SEMANTICS OF EACH PROPOSITIONAL SYSMBOL
P It is Hot Q it is humid R it is raining
Example 1: Write the Logical Sentences of the following Logical statements and give
the Premise and Conclusion
- If it is hot then it is humid
- If it is hot and humid then it is raining
Example 2: Write the Logical Sentences of the following Logical statements and give
the Premise and Conclusion
W I will work hard V There are vacancies J I will get the Job
Represent the following Statements
a) I will not get the job if I don’t work hard
b) If I work hard but there are no vacancies then I will not get the job
SOME INFERENCE RULES
AN INFERENCE RULE IA A TEMPLATE FOR GENERATING VALID ARGUMENTS
INTELLIGENT AGENTS
 An AI system can be defined as the study of the rational (sensible,
coherent) agent and its environment.
 The agents sense the environment through sensors and act on their
environment through actuators.
 An AI agent can have mental properties such as knowledge, belief,
intention, etc.
 What is an Agent - An agent can be anything that perceiveits
environment through sensors and act upon that environment through
actuators.
 An Agent runs in the cycle of perceiving, thinking, and acting. An agent
can be:
CATEGORIES OF AGENTS
1. Human-Agent - A human agent has eyes, ears, and other organs which
work as sensors and hand, legs, vocal tract work as actuators.
2. Robotic Agent - A robotic agent can have cameras, infrared range finder,
for sensors and various motors for actuators.
3. Software Agent: - Software agent can have keystrokes, file contents as
sensory input and act on those inputs and display output on the screen.
Hence the world around us is full of agents such as thermostat, cellphone,
camera, and even we are also agents.
Before moving forward, we should first know about sensors, effectors, and
actuators.
Sensor: - Sensor is a device which detects the change in the environment
and sends the information to other electronic devices. An agent observes its
environment through sensors.
Actuators: - Actuators are the component of machines that converts energy
into motion. The actuators are only responsible for moving and controlling a
system. An actuator can be an electric motor, gears, rails, etc.
Effectors:- Effectors are the devices which affect the environment. Effectors
can be legs, wheels, arms, fingers, wings, fins, and display screen.
Agents in AI
Intelligent Agents:
An intelligent agent is an autonomous entity which act upon an environment
using sensors and actuators for achieving goals. An intelligent agent may
learn from the environment to achieve their goals. A thermostat is an
example of an intelligent agent.
Following are the main four rules for an AI agent:
Rule 1: An AI agent must have the ability to perceive the environment.
Rule 2: The observation must be used to make decisions.
Rule 3: Decision should result in an action.
Rule 4: The action taken by an AI agent must be a rational action.
Rational Agent:
A rational agent is an agent which has clear preference, models uncertainty,
and acts in a way to maximize its performance measure with all possible
actions.
A rational agent is said to perform the right things. AI is about creating
rational agents to use for game theory and decision theory for various real-
world scenarios.
For an AI agent, the rational action is most important because in AI
reinforcement learning algorithm, for each best possible action, agent gets
the positive reward and for each wrong action, an agent gets a negative
reward.
Note: Rational agents in AI are very similar to intelligent agents.
Rationality:
The rationality of an agent is measured by its performance measure.
Rationality can be judged on the basis of following points:
 Performance measure which defines the success criterion.
 Agent prior knowledge of its environment.
 Best possible actions that an agent can perform.
 The sequence of percepts.
Note: Rationality differs from Omniscience because an Omniscient agent
knows the actual outcome of its action and act accordingly, which is not
possible in reality.
Structure of an AI Agent
The task of AI is to design an agent program which implements the agent
function. The structure of an intelligent agent is a combination of
architecture and agent program. It can be viewed as:
Agent = Architecture + Agent program
Following are the main three terms involved in the structure of an AI agent:
 Architecture:- Architecture is machinery that an AI agent executes on.
 Agent Function: Agent function is used to map a percept to an action.
f:P* → A
Agent program: Agent program is an implementation of agent function. An
agent program executes on the physical architecture to produce function f.
PEAS Representation
PEAS is a type of model on which an AI agent works upon. When we define
an AI agent or rational agent, then we can group its properties under PEAS
representation model. It is made up of four words:
P: Performance measure
E: Environment
A: Actuators
S: Sensors
Here performance measure is the objective for the success of an agent's
behavior.
PEAS for self-driving cars:
Agents in AI
Let's suppose a self-driving car then PEAS representation will be:
 Performance: Safety, time, legal drive, comfort
 Environment: Roads, other vehicles, road signs, pedestrian
 Actuators: Steering, accelerator, brake, signal, horn
 Sensors: Camera, GPS, speedometer, odometer, accelerometer, sonar.
Example of Agents with their PEAS representation
Agent Performance
measure
Environment Actuators
1.
Medical
o Healthy patient
o Minimized cost
o Patient
o Hospital
o Tests
o Treatments
Diagnose o Staff
2.
Vacuum
Cleaner
o Cleanness
o Efficiency
o Battery life
o Security
o Room
o Table
o Wood floor
o Carpet
o Various
obstacles
o Wheels
o Brushes
o Vacuum
Extractor
3. Part -
picking
Robot
o Percentage of
parts in correct
bins.
o Conveyor belt
with parts,
o Bins
o Jointed Arms
o Hand
Agent Environment in AI
An environment is everything in the world which surrounds the agent, but it is not a part of an agent
itself. An environment can be described as a situation in which an agent is present.
The environment is where agent lives, operate and provide the agent with something to sense and act
upon it. An environment is mostly said to be non-feministic.
Features of Environment
An environment can have various features from the point of view of an agent:
1. Fully observable vs Partially Observable
2. Static vs Dynamic
3. Discrete vs Continuous
4. Deterministic vs Stochastic
5. Single-agent vs Multi-agent
6. Episodic vs sequential
7. Known vs Unknown
8. Accessible vs Inaccessible
1. Fully observable vs Partially Observable:
o If an agent sensor can sense or access the complete state of an environment at each point of time
then it is a fully observable environment, else it is partially observable.
o A fully observable environment is easy as there is no need to maintain the internal state to keep
track history of the world.
o An agent with no sensors in all environments then such an environment is called
as unobservable.
2. Deterministic vs Stochastic:
o If an agent's current state and selected action can completely determine the next state of the
environment, then such environment is called a deterministic environment.
o A stochastic environment is random in nature and cannot be determined completely by an agent.
o In a deterministic, fully observable environment, agent does not need to worry about uncertainty.
3. Episodic vs Sequential:
o In an episodic environment, there is a series of one-shot actions, and only the current percept is
required for the action.
o However, in Sequential environment, an agent requires memory of past actions to determine the
next best actions.
4. Single-agent vs Multi-agent
o If only one agent is involved in an environment, and operating by itself then such an environment
is called single agent environment.
o However, if multiple agents are operating in an environment, then such an environment is called a
multi-agent environment.
o The agent design problems in the multi-agent environment are different from single agent
environment.
5. Static vs Dynamic:
o If the environment can change itself while an agent is deliberating then such environment is called
a dynamic environment else it is called a static environment.
o Static environments are easy to deal because an agent does not need to continue looking at the
world while deciding for an action.
o However for dynamic environment, agents need to keep looking at the world at each action.
o Taxi driving is an example of a dynamic environment whereas Crossword puzzles are an example
of a static environment.
6. Discrete vs Continuous:
o If in an environment there are a finite number of percepts and actions that can be performed
within it, then such an environment is called a discrete environment else it is called continuous
environment.
o A chess gamecomes under discrete environment as there is a finite number of moves that can be
performed.
o A self-driving car is an example of a continuous environment.
7. Known vs Unknown
o Known and unknown are not actually a feature of an environment, but it is an agent's state of
knowledge to perform an action.
o In a known environment, the results for all actions are known to the agent. While in unknown
environment, agent needs to learn how it works in order to perform an action.
o It is quite possible that a known environment to be partially observable and an Unknown
environment to be fully observable.
8. Accessible vs Inaccessible
o If an agent can obtain complete and accurate information about the state's environment, then
such an environment is called an Accessible environment else it is called inaccessible.
o An empty room whose state can be defined by its temperature is an example of an accessible
environment.
o Information about an event on earth is an example of Inaccessible environment

More Related Content

Similar to Propositional logic sent

Jarrar.lecture notes.aai.2011s.ch2.intelligentagents
Jarrar.lecture notes.aai.2011s.ch2.intelligentagentsJarrar.lecture notes.aai.2011s.ch2.intelligentagents
Jarrar.lecture notes.aai.2011s.ch2.intelligentagentsPalGov
 
Introduction To Artificial Intelligence
Introduction To Artificial IntelligenceIntroduction To Artificial Intelligence
Introduction To Artificial IntelligenceNeHal VeRma
 
Introduction To Artificial Intelligence
Introduction To Artificial IntelligenceIntroduction To Artificial Intelligence
Introduction To Artificial IntelligenceNeHal VeRma
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learningcolleges
 
Agents and environments
Agents and environmentsAgents and environments
Agents and environmentsMegha Sharma
 
1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptx1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptxSuvamvlogs
 
Robotics and agents
Robotics and agentsRobotics and agents
Robotics and agentsritahani
 
artificial Intelligence unit1 ppt (1).ppt
artificial Intelligence unit1 ppt (1).pptartificial Intelligence unit1 ppt (1).ppt
artificial Intelligence unit1 ppt (1).pptRamya Nellutla
 
AI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial IntelligenceAI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial IntelligenceKirti Verma
 
Artificial Intelligence Chapter two agents
Artificial Intelligence Chapter two agentsArtificial Intelligence Chapter two agents
Artificial Intelligence Chapter two agentsEhsan Nowrouzi
 
Measuring the behavioral component of financial fluctuaction. An analysis bas...
Measuring the behavioral component of financial fluctuaction. An analysis bas...Measuring the behavioral component of financial fluctuaction. An analysis bas...
Measuring the behavioral component of financial fluctuaction. An analysis bas...SYRTO Project
 

Similar to Propositional logic sent (20)

Jarrar.lecture notes.aai.2011s.ch2.intelligentagents
Jarrar.lecture notes.aai.2011s.ch2.intelligentagentsJarrar.lecture notes.aai.2011s.ch2.intelligentagents
Jarrar.lecture notes.aai.2011s.ch2.intelligentagents
 
Introduction To Artificial Intelligence
Introduction To Artificial IntelligenceIntroduction To Artificial Intelligence
Introduction To Artificial Intelligence
 
Introduction To Artificial Intelligence
Introduction To Artificial IntelligenceIntroduction To Artificial Intelligence
Introduction To Artificial Intelligence
 
Week 2.pdf
Week 2.pdfWeek 2.pdf
Week 2.pdf
 
unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
 
Itm 3
Itm 3Itm 3
Itm 3
 
Agents and environments
Agents and environmentsAgents and environments
Agents and environments
 
1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptx1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptx
 
Ai assignment
Ai assignmentAi assignment
Ai assignment
 
Slide01 - Intelligent Agents.ppt
Slide01 - Intelligent Agents.pptSlide01 - Intelligent Agents.ppt
Slide01 - Intelligent Agents.ppt
 
Robotics and agents
Robotics and agentsRobotics and agents
Robotics and agents
 
Agents_AI.ppt
Agents_AI.pptAgents_AI.ppt
Agents_AI.ppt
 
Lecture 4 (1).pptx
Lecture 4 (1).pptxLecture 4 (1).pptx
Lecture 4 (1).pptx
 
artificial Intelligence unit1 ppt (1).ppt
artificial Intelligence unit1 ppt (1).pptartificial Intelligence unit1 ppt (1).ppt
artificial Intelligence unit1 ppt (1).ppt
 
AI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial IntelligenceAI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial Intelligence
 
Artificial Intelligence Chapter two agents
Artificial Intelligence Chapter two agentsArtificial Intelligence Chapter two agents
Artificial Intelligence Chapter two agents
 
AI
AIAI
AI
 
Intelligent agents
Intelligent agentsIntelligent agents
Intelligent agents
 
Measuring the behavioral component of financial fluctuaction. An analysis bas...
Measuring the behavioral component of financial fluctuaction. An analysis bas...Measuring the behavioral component of financial fluctuaction. An analysis bas...
Measuring the behavioral component of financial fluctuaction. An analysis bas...
 

Recently uploaded

Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 

Recently uploaded (20)

Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 

Propositional logic sent

  • 1. NDEJJE UNIVERSITY PROPOSITIONAL LOGIC FUNDAMENTALS OF ARTIFICIAL INTELIGENCE KNOWLEDGE REPRESENTATION AND REASONING LOGICAL KNOWLEDGE REPRESENTATION: A LANGUAGE WITH SOME CONCRETE RULES WHICH HAS PROPERTIES AND HAS NO AMBIGUITY IN REPRESENTATION. CONSISTS OF SYNTAX AND SEMANTICS SYNTAX – THE RULES THAT GOVERN A WELL FORMED SENTENCE SEMANTICS – THE MEANING ATTACHED TO THE SENTENCE PROPOSITIONAL LOGIC – A LANGUAGE THAT FORMULATES KNOWLEDGE OF THE ENVIRONMENT OF CONCERN. THE LANGUAGE IS COMPOSED OF PROPOSITIONAL SYSMBOLS AND CONNECTIVES  SIMPLEST STATEMENTS ARE TREATED AS INDIVIDUAL UNITS  ALSO CALLED SENTENTIAL LOGIC OR STATEMENT LOGIC – LOGICAL RELATIONS EXISTS BETWEEN STSTEMENTS OR PROPOSITIONS  PROPOSITION – A DECLARATIVE STATEMENT THAT IS BY ITSELF TRUE OR FALSE Examples – Iam a student, John is an American, Ice is a liquid , Paul is married THESE CAN EVALUATE TO TRUE OR FALSE Not Propositions – Come here, Why are your crying, Did you Pass THESE DO NOT EVALUATE TO TRUE OR FALSE – They are commands or questions
  • 2. PROPOSITIONS CAN BE CONNECTED TO FORM A NEW PROPOSITION Eg P It is raining Q The road is wet If it is raining then the road is wet PROPOSITIONAL LOGIC – IS AMATHEMATICAL SYSTEM FOR REASONING ABOUT PROPOSITIONS AND HOW THEY RELATE TO ONE ANOTHER EVERY STATEMENT IN PROPOSITIONAL LOGIC IS CONSISTS OF PROPOSITIONAL VARIABLES COMBINED VIA PROPOSITIONAL CONNECTIVES (~, v, , , , ) – Negation, OR (Logical disjunction/ Inclusive OR), AND (Logical Conjunction) , XOR, IMPLICATION, BI-COMDITIONAL - Note: THE EQUIVALENT ≡ IS NOT A CONNECTIVE/ OPERATOR - EVERY VARIABLE REPRESENTS SOME PROPOSITION Eg P = It is raining Q = The road is wet - CONNECTIVES ENCODE HOW PROPOSITIONS ARE RELATED EG IT IS RAINING AND THE ROAD IS WET P  Q
  • 3. IF A PROPOSITIONAL VALUE IS TRUE WE SAY ITS TRUTH VALUE IS TRUE. IF A PROPOSITIONAL VALUE IS FALSE WE SAY ITS TRUTH VALUE IS FALSE IMPLICATION CONNECTIVE (Also called Material Conditional Operator) P It is raining q The road is wet If it is raining THEN the road is wet If P then Q P  Q P IS CALLED THE PREMISE OR HYPOTHESIS Q IS THE CONCLUSION P Q P  Q
  • 4. BI-CONDITIONAL CONNECTIVE (Also called Material Bi-Conditional Operator) P It is raining q The road is wet If it is raining and only if it is raining THEN the road is wet OR The road is wet only and only if it is raining P  Q P Q P  Q SENTENCE OR WELL FORMED FORMULA  A PROPOSITIONAL SYSMBOL S IS A SENTENCE ie each propositional symbol is a sentence  EACH LOGICAL CONSTANT True or False is a SENTENCE
  • 5.  IS S IS A SENTENCE THEN (S) IS A SENTENCE  PARENTHESIS HELP TO REMOVE AMBIGUITY IN SENTENCES  IF S IS A SENTENCE AND T IS ALSO A SENTENCE THEN ~S, ~T, S ᴧ T , S V T, S  T, S  T AREWELL FORMED SENTENCES  A SENTENCE RESULTS FROM A FINITE SET OF THE ABOVE RULES
  • 6. TRUTH TABLE IS A TABLE SHOWING THE TRUTH VALUE OF A PROPOSITIONAL LOGICAL FORMULA AS A FUNCTION OF ITS INPUTS THE TRUTH TABLE REPRESENTS THE RELATIONASHIP BETWEEN THE TRUTH VALUES OF PROPOSITIONS AND THE COMPOUND PROPOSITIONS FORMED FROM THESE PROPOSITIONS A TAUTOLOGY IS A LOGICAL SENTENCE (EXPRESSION) THAT ALWAYS EVALUATES TO A TRUE A CONTRADICTION IS A LOGICAL SENTENCE (EXPRESSION) THAT ALWAYS EVALUATES TO A TRUE OPERATOR PRECEDENCE IN PL ~, ᴧ, v, ,  Example Disambiguate ~X  X v Z ᴧ Y TRANSLATING ENGLISH INTO LOGIC  DEFINE A SET OF PROPOSITIONAL SYMBOLS EACH TO REPRESENT PROPOSITIONS eg P, Q etc  DEFINE SEMANTICS OF EACH PROPOSITIONAL SYSMBOL P It is Hot Q it is humid R it is raining Example 1: Write the Logical Sentences of the following Logical statements and give the Premise and Conclusion
  • 7. - If it is hot then it is humid - If it is hot and humid then it is raining
  • 8. Example 2: Write the Logical Sentences of the following Logical statements and give the Premise and Conclusion W I will work hard V There are vacancies J I will get the Job Represent the following Statements a) I will not get the job if I don’t work hard b) If I work hard but there are no vacancies then I will not get the job SOME INFERENCE RULES AN INFERENCE RULE IA A TEMPLATE FOR GENERATING VALID ARGUMENTS INTELLIGENT AGENTS  An AI system can be defined as the study of the rational (sensible, coherent) agent and its environment.  The agents sense the environment through sensors and act on their environment through actuators.  An AI agent can have mental properties such as knowledge, belief, intention, etc.
  • 9.  What is an Agent - An agent can be anything that perceiveits environment through sensors and act upon that environment through actuators.  An Agent runs in the cycle of perceiving, thinking, and acting. An agent can be: CATEGORIES OF AGENTS 1. Human-Agent - A human agent has eyes, ears, and other organs which work as sensors and hand, legs, vocal tract work as actuators. 2. Robotic Agent - A robotic agent can have cameras, infrared range finder, for sensors and various motors for actuators. 3. Software Agent: - Software agent can have keystrokes, file contents as sensory input and act on those inputs and display output on the screen. Hence the world around us is full of agents such as thermostat, cellphone, camera, and even we are also agents.
  • 10. Before moving forward, we should first know about sensors, effectors, and actuators. Sensor: - Sensor is a device which detects the change in the environment and sends the information to other electronic devices. An agent observes its environment through sensors. Actuators: - Actuators are the component of machines that converts energy into motion. The actuators are only responsible for moving and controlling a system. An actuator can be an electric motor, gears, rails, etc. Effectors:- Effectors are the devices which affect the environment. Effectors can be legs, wheels, arms, fingers, wings, fins, and display screen. Agents in AI Intelligent Agents: An intelligent agent is an autonomous entity which act upon an environment using sensors and actuators for achieving goals. An intelligent agent may learn from the environment to achieve their goals. A thermostat is an example of an intelligent agent. Following are the main four rules for an AI agent: Rule 1: An AI agent must have the ability to perceive the environment. Rule 2: The observation must be used to make decisions. Rule 3: Decision should result in an action. Rule 4: The action taken by an AI agent must be a rational action.
  • 11. Rational Agent: A rational agent is an agent which has clear preference, models uncertainty, and acts in a way to maximize its performance measure with all possible actions. A rational agent is said to perform the right things. AI is about creating rational agents to use for game theory and decision theory for various real- world scenarios. For an AI agent, the rational action is most important because in AI reinforcement learning algorithm, for each best possible action, agent gets the positive reward and for each wrong action, an agent gets a negative reward. Note: Rational agents in AI are very similar to intelligent agents. Rationality: The rationality of an agent is measured by its performance measure. Rationality can be judged on the basis of following points:  Performance measure which defines the success criterion.  Agent prior knowledge of its environment.  Best possible actions that an agent can perform.  The sequence of percepts.
  • 12. Note: Rationality differs from Omniscience because an Omniscient agent knows the actual outcome of its action and act accordingly, which is not possible in reality. Structure of an AI Agent The task of AI is to design an agent program which implements the agent function. The structure of an intelligent agent is a combination of architecture and agent program. It can be viewed as: Agent = Architecture + Agent program Following are the main three terms involved in the structure of an AI agent:  Architecture:- Architecture is machinery that an AI agent executes on.  Agent Function: Agent function is used to map a percept to an action. f:P* → A Agent program: Agent program is an implementation of agent function. An agent program executes on the physical architecture to produce function f. PEAS Representation PEAS is a type of model on which an AI agent works upon. When we define an AI agent or rational agent, then we can group its properties under PEAS representation model. It is made up of four words: P: Performance measure E: Environment
  • 13. A: Actuators S: Sensors Here performance measure is the objective for the success of an agent's behavior. PEAS for self-driving cars: Agents in AI Let's suppose a self-driving car then PEAS representation will be:  Performance: Safety, time, legal drive, comfort  Environment: Roads, other vehicles, road signs, pedestrian  Actuators: Steering, accelerator, brake, signal, horn  Sensors: Camera, GPS, speedometer, odometer, accelerometer, sonar. Example of Agents with their PEAS representation Agent Performance measure Environment Actuators 1. Medical o Healthy patient o Minimized cost o Patient o Hospital o Tests o Treatments
  • 14. Diagnose o Staff 2. Vacuum Cleaner o Cleanness o Efficiency o Battery life o Security o Room o Table o Wood floor o Carpet o Various obstacles o Wheels o Brushes o Vacuum Extractor 3. Part - picking Robot o Percentage of parts in correct bins. o Conveyor belt with parts, o Bins o Jointed Arms o Hand Agent Environment in AI An environment is everything in the world which surrounds the agent, but it is not a part of an agent itself. An environment can be described as a situation in which an agent is present. The environment is where agent lives, operate and provide the agent with something to sense and act upon it. An environment is mostly said to be non-feministic. Features of Environment An environment can have various features from the point of view of an agent: 1. Fully observable vs Partially Observable 2. Static vs Dynamic 3. Discrete vs Continuous 4. Deterministic vs Stochastic 5. Single-agent vs Multi-agent
  • 15. 6. Episodic vs sequential 7. Known vs Unknown 8. Accessible vs Inaccessible 1. Fully observable vs Partially Observable: o If an agent sensor can sense or access the complete state of an environment at each point of time then it is a fully observable environment, else it is partially observable. o A fully observable environment is easy as there is no need to maintain the internal state to keep track history of the world. o An agent with no sensors in all environments then such an environment is called as unobservable. 2. Deterministic vs Stochastic: o If an agent's current state and selected action can completely determine the next state of the environment, then such environment is called a deterministic environment. o A stochastic environment is random in nature and cannot be determined completely by an agent. o In a deterministic, fully observable environment, agent does not need to worry about uncertainty. 3. Episodic vs Sequential: o In an episodic environment, there is a series of one-shot actions, and only the current percept is required for the action. o However, in Sequential environment, an agent requires memory of past actions to determine the next best actions. 4. Single-agent vs Multi-agent o If only one agent is involved in an environment, and operating by itself then such an environment is called single agent environment. o However, if multiple agents are operating in an environment, then such an environment is called a multi-agent environment. o The agent design problems in the multi-agent environment are different from single agent environment.
  • 16. 5. Static vs Dynamic: o If the environment can change itself while an agent is deliberating then such environment is called a dynamic environment else it is called a static environment. o Static environments are easy to deal because an agent does not need to continue looking at the world while deciding for an action. o However for dynamic environment, agents need to keep looking at the world at each action. o Taxi driving is an example of a dynamic environment whereas Crossword puzzles are an example of a static environment. 6. Discrete vs Continuous: o If in an environment there are a finite number of percepts and actions that can be performed within it, then such an environment is called a discrete environment else it is called continuous environment. o A chess gamecomes under discrete environment as there is a finite number of moves that can be performed. o A self-driving car is an example of a continuous environment. 7. Known vs Unknown o Known and unknown are not actually a feature of an environment, but it is an agent's state of knowledge to perform an action. o In a known environment, the results for all actions are known to the agent. While in unknown environment, agent needs to learn how it works in order to perform an action. o It is quite possible that a known environment to be partially observable and an Unknown environment to be fully observable. 8. Accessible vs Inaccessible o If an agent can obtain complete and accurate information about the state's environment, then such an environment is called an Accessible environment else it is called inaccessible. o An empty room whose state can be defined by its temperature is an example of an accessible environment. o Information about an event on earth is an example of Inaccessible environment