SlideShare a Scribd company logo
1 of 29
Download to read offline
Created By-
Khushboo Pal
B.Tech (Computer Science & Engineering)
Instructional Objectives
Define an agent.
Agents Classification.
Define an Intelligent agent.
Define a Rational agent.
Explain classes or Types of
intelligent agents
Applications of Intelligent agent
Agents
 An agent is anything that can be viewed as
perceiving its environment through sensors and
acting upon that environment through effectors.
 A human agent has eyes, ears, and other organs for
sensors, and hands, legs, mouth, and other body
parts for effectors/actuators.
 A robotic agent substitutes cameras and infrared
range finders for the sensors and various motors for
the effectors.
Agents
 Operate in an environment.
 Perceives and acts upon it's environment
through actuators/sensors and have its goals.
.
Agent and Environment
Sensors & Effectors
 An agent Perceives its environment through
sensors.
 The complete set of inputs at a given time is called
percept.
 The current percept, or a sequence of percepts can
influence the actions of an agent.
 It can change the environment through
effectors.
 An operation involving an actuator is called
an action ,which can be grouped in to action
sequences.
Agents Classification
.
Examples of agents
 Humans
eyes, ears, skin, taste buds, etc. for Sensors.
hands, fingers, legs, mouth for effectors.
etc. for
 Robots
camera, infrared, bumper, etc. for sensors.
grippers, wheels, lights, speakers, effectors.
Structure of agents
 A simple agent program can be defined
mathematically as an agent function which
maps every possible precepts sequence to a
possible action the agent can perform.
F: p*-> A
 the term percept is use to the agent's
perceptional inputs at any given instant.
Intelligent agents
 Fundamental functionalities of
intelligence Acting are:
Sensing
Understanding, Reasoning, learning
 In order to act you must sense. Blind actions is not
a characterization of intelligence.
 Robotics: sensing and acting.
Understanding not necessary.
 Sensing needs understanding to be useful.
Intelligent Agents
IntelligentAgent:
 must sense,
 must act,
 must be rational,
and autonomous.
Rational Agent
 AI is about building rational agents.
 An agent is something that perceives and
acts.
 A rational agent always does the right
thing as-
What are the Functionalities ?(Goals)
What are the components?
How do we build them?
Rationality
 Perfect Rationality:
Assumes that the rational agent knows
all and will take the action that maximize
the utility.
Human beings do not satisfy this
definition of rationality.
Agent Environment
 Environments in which agents operate
can be defined in different ways.
 It is helpful to view the following
definitions as referring to the way the
environment appears from the point of
view of the agent itself.
Classes of Intelligent
Agents
 Intelligent agents are grouped in to five
classes based on their degree of perceived
intelligence and capability.
 Simple reflex agents
 Model based reflex agents
 Goal based agents
 Utility based agents
 Learning agents
1.Simple reflex agents
 Simple reflex agents act only on the basis of the
current percept, ignoring the rest of the percept
history. The agent function is based on the condition-
action rule: if condition then action.
 Succeeds when the environment is fully observable.
 Some reflex agents can also contain information on
their current state which allows them to disregard
conditions.
Simple reflex agents
2. Model based reflex
agents
 A model-based agent can
handle a partially observable
environment.
 This knowledge about "how the world
evolves" is called a model of the world,
hence the name "model-based agent".
Model based reflex
agents
3.Goal based agents
 Goal-based agents further expand on the
capabilities of the model-based agents, by using
"goal" information.
 Goal information describes situations that are
desirable. This allows the agent a way to choose
among multiple possibilities, selecting the one
which reaches a goal state.
 Search and planning are the subfields of artificial
intelligence devoted to finding action sequences
that achieve the agent's goals.
Goal based agents
4. Utility based agents
 Goal-based agents only distinguish between goal states
and non-goal states.
 It is possible to define a measure of how desirable a
particular state is. This measure can be obtained through
the use of a utility function which maps a state to a
measure of the utility of the state.
 A more general performance measure should allow a
comparison of different world states according to exactly
how happy they would make the agent. The term utility,
can be used to describe how "happy" the agent is.
Utility based agents
5. Learning agents
 Learning has an advantage that it allows the agents to
initially operate in unknown environments and to become
more competent than its initial knowledge alone might
allow.
 The most important distinction is between the "learning
element", which is responsible for making improvements,
and the "performance element", which is responsible for
selecting external actions.
 The learning element uses feedback from the "critic" on
how the agent is doing and determines how the
performance element should be modified to do better in the
future.
Learning agents
 The last component of the learning agent is
the "problem generator". It is responsible for
suggesting actions that will lead to new and
informative experiences.
Applications of
Intelligent Agents
 Intelligent agents are applied as
automated online assistants, as
Where they function to perceive the needs of
Customers in order to perform individualized
customer service.
 Use in smart phones in future.
Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE
Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE

More Related Content

What's hot

Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}FellowBuddy.com
 
State space search and Problem Solving techniques
State space search and Problem Solving techniquesState space search and Problem Solving techniques
State space search and Problem Solving techniquesKirti Verma
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesDr. C.V. Suresh Babu
 
Genetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithmsGenetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithmsDr. C.V. Suresh Babu
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceRamla Sheikh
 
State Space Search in ai
State Space Search in aiState Space Search in ai
State Space Search in aivikas dhakane
 
Reinforcement learning
Reinforcement learning Reinforcement learning
Reinforcement learning Chandra Meena
 
Lecture 2 agent and environment
Lecture 2   agent and environmentLecture 2   agent and environment
Lecture 2 agent and environmentVajira Thambawita
 
Unification and Lifting
Unification and LiftingUnification and Lifting
Unification and LiftingMegha Sharma
 
Algorithmic problem solving
Algorithmic problem solvingAlgorithmic problem solving
Algorithmic problem solvingPrabhakaran V M
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI Bharat Bhushan
 
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...Asst.prof M.Gokilavani
 

What's hot (20)

Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}
 
State space search and Problem Solving techniques
State space search and Problem Solving techniquesState space search and Problem Solving techniques
State space search and Problem Solving techniques
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
search strategies in artificial intelligence
search strategies in artificial intelligencesearch strategies in artificial intelligence
search strategies in artificial intelligence
 
Intelligent agents
Intelligent agentsIntelligent agents
Intelligent agents
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching Techniques
 
Classical Planning
Classical PlanningClassical Planning
Classical Planning
 
Genetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithmsGenetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithms
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
Agents_AI.ppt
Agents_AI.pptAgents_AI.ppt
Agents_AI.ppt
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
The structure of agents
The structure of agentsThe structure of agents
The structure of agents
 
State Space Search in ai
State Space Search in aiState Space Search in ai
State Space Search in ai
 
Reinforcement learning
Reinforcement learning Reinforcement learning
Reinforcement learning
 
Planning
PlanningPlanning
Planning
 
Lecture 2 agent and environment
Lecture 2   agent and environmentLecture 2   agent and environment
Lecture 2 agent and environment
 
Unification and Lifting
Unification and LiftingUnification and Lifting
Unification and Lifting
 
Algorithmic problem solving
Algorithmic problem solvingAlgorithmic problem solving
Algorithmic problem solving
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI
 
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...AI_Session 11: searching with Non-Deterministic Actions and partial observati...
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
 

Similar to Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE

intelligentagent-190406015753.pptx
intelligentagent-190406015753.pptxintelligentagent-190406015753.pptx
intelligentagent-190406015753.pptxSandipPradhan23
 
intelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdfintelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdfShivareddyGangam
 
AI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial IntelligenceAI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial IntelligenceKirti Verma
 
Detail about agent with it's types in AI
Detail about agent with it's types in AI Detail about agent with it's types in AI
Detail about agent with it's types in AI bhubohara
 
introduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.pptintroduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.pptdejene3
 
AI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptxAI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptxYousef Aburawi
 
Artificial intelligence(03)
Artificial intelligence(03)Artificial intelligence(03)
Artificial intelligence(03)Nazir Ahmed
 
Topic 1 lecture 1
Topic 1 lecture 1Topic 1 lecture 1
Topic 1 lecture 1farshad33
 
Lecture 04 intelligent agents
Lecture 04 intelligent agentsLecture 04 intelligent agents
Lecture 04 intelligent agentsHema Kashyap
 
Unit 4 Artificial Intelligent Agent.pptx
Unit 4 Artificial Intelligent Agent.pptxUnit 4 Artificial Intelligent Agent.pptx
Unit 4 Artificial Intelligent Agent.pptxssuser40ae5e
 
Rational Agent.pptx
Rational Agent.pptxRational Agent.pptx
Rational Agent.pptxsuchita74
 
ARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTESARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTESsuthi
 
Intelligent Agents (AI-topic)
Intelligent Agents (AI-topic) Intelligent Agents (AI-topic)
Intelligent Agents (AI-topic) M Talha Shafique
 
Goal based and utility based agents
Goal based and utility based agentsGoal based and utility based agents
Goal based and utility based agentsMegha Sharma
 

Similar to Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE (20)

intelligentagent-190406015753.pptx
intelligentagent-190406015753.pptxintelligentagent-190406015753.pptx
intelligentagent-190406015753.pptx
 
intelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdfintelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdf
 
AI - Agents & Environments
AI - Agents & EnvironmentsAI - Agents & Environments
AI - Agents & Environments
 
AI
AIAI
AI
 
AI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial IntelligenceAI Agents, Agents in Artificial Intelligence
AI Agents, Agents in Artificial Intelligence
 
Detail about agent with it's types in AI
Detail about agent with it's types in AI Detail about agent with it's types in AI
Detail about agent with it's types in AI
 
introduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.pptintroduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.ppt
 
AI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptxAI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptx
 
Artificial intelligence(03)
Artificial intelligence(03)Artificial intelligence(03)
Artificial intelligence(03)
 
Topic 1 lecture 1
Topic 1 lecture 1Topic 1 lecture 1
Topic 1 lecture 1
 
Lecture 04 intelligent agents
Lecture 04 intelligent agentsLecture 04 intelligent agents
Lecture 04 intelligent agents
 
Lecture 2 Agents.pptx
Lecture 2 Agents.pptxLecture 2 Agents.pptx
Lecture 2 Agents.pptx
 
AI Lesson 02
AI Lesson 02AI Lesson 02
AI Lesson 02
 
Unit 4 Artificial Intelligent Agent.pptx
Unit 4 Artificial Intelligent Agent.pptxUnit 4 Artificial Intelligent Agent.pptx
Unit 4 Artificial Intelligent Agent.pptx
 
Rational Agent.pptx
Rational Agent.pptxRational Agent.pptx
Rational Agent.pptx
 
Intelligent agents part ii
Intelligent agents part iiIntelligent agents part ii
Intelligent agents part ii
 
ARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTESARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTES
 
Intelligent Agents (AI-topic)
Intelligent Agents (AI-topic) Intelligent Agents (AI-topic)
Intelligent Agents (AI-topic)
 
Goal based and utility based agents
Goal based and utility based agentsGoal based and utility based agents
Goal based and utility based agents
 
AI week 2.pdf
AI week 2.pdfAI week 2.pdf
AI week 2.pdf
 

Recently uploaded

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 

Recently uploaded (20)

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 

Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE

  • 1. Created By- Khushboo Pal B.Tech (Computer Science & Engineering)
  • 2. Instructional Objectives Define an agent. Agents Classification. Define an Intelligent agent. Define a Rational agent. Explain classes or Types of intelligent agents Applications of Intelligent agent
  • 3. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through effectors.  A human agent has eyes, ears, and other organs for sensors, and hands, legs, mouth, and other body parts for effectors/actuators.  A robotic agent substitutes cameras and infrared range finders for the sensors and various motors for the effectors.
  • 4. Agents  Operate in an environment.  Perceives and acts upon it's environment through actuators/sensors and have its goals. .
  • 6. Sensors & Effectors  An agent Perceives its environment through sensors.  The complete set of inputs at a given time is called percept.  The current percept, or a sequence of percepts can influence the actions of an agent.  It can change the environment through effectors.  An operation involving an actuator is called an action ,which can be grouped in to action sequences.
  • 8. Examples of agents  Humans eyes, ears, skin, taste buds, etc. for Sensors. hands, fingers, legs, mouth for effectors. etc. for  Robots camera, infrared, bumper, etc. for sensors. grippers, wheels, lights, speakers, effectors.
  • 9. Structure of agents  A simple agent program can be defined mathematically as an agent function which maps every possible precepts sequence to a possible action the agent can perform. F: p*-> A  the term percept is use to the agent's perceptional inputs at any given instant.
  • 10. Intelligent agents  Fundamental functionalities of intelligence Acting are: Sensing Understanding, Reasoning, learning  In order to act you must sense. Blind actions is not a characterization of intelligence.  Robotics: sensing and acting. Understanding not necessary.  Sensing needs understanding to be useful.
  • 11. Intelligent Agents IntelligentAgent:  must sense,  must act,  must be rational, and autonomous.
  • 12. Rational Agent  AI is about building rational agents.  An agent is something that perceives and acts.  A rational agent always does the right thing as- What are the Functionalities ?(Goals) What are the components? How do we build them?
  • 13.
  • 14. Rationality  Perfect Rationality: Assumes that the rational agent knows all and will take the action that maximize the utility. Human beings do not satisfy this definition of rationality.
  • 15. Agent Environment  Environments in which agents operate can be defined in different ways.  It is helpful to view the following definitions as referring to the way the environment appears from the point of view of the agent itself.
  • 16. Classes of Intelligent Agents  Intelligent agents are grouped in to five classes based on their degree of perceived intelligence and capability.  Simple reflex agents  Model based reflex agents  Goal based agents  Utility based agents  Learning agents
  • 17. 1.Simple reflex agents  Simple reflex agents act only on the basis of the current percept, ignoring the rest of the percept history. The agent function is based on the condition- action rule: if condition then action.  Succeeds when the environment is fully observable.  Some reflex agents can also contain information on their current state which allows them to disregard conditions.
  • 19. 2. Model based reflex agents  A model-based agent can handle a partially observable environment.  This knowledge about "how the world evolves" is called a model of the world, hence the name "model-based agent".
  • 21. 3.Goal based agents  Goal-based agents further expand on the capabilities of the model-based agents, by using "goal" information.  Goal information describes situations that are desirable. This allows the agent a way to choose among multiple possibilities, selecting the one which reaches a goal state.  Search and planning are the subfields of artificial intelligence devoted to finding action sequences that achieve the agent's goals.
  • 23. 4. Utility based agents  Goal-based agents only distinguish between goal states and non-goal states.  It is possible to define a measure of how desirable a particular state is. This measure can be obtained through the use of a utility function which maps a state to a measure of the utility of the state.  A more general performance measure should allow a comparison of different world states according to exactly how happy they would make the agent. The term utility, can be used to describe how "happy" the agent is.
  • 25. 5. Learning agents  Learning has an advantage that it allows the agents to initially operate in unknown environments and to become more competent than its initial knowledge alone might allow.  The most important distinction is between the "learning element", which is responsible for making improvements, and the "performance element", which is responsible for selecting external actions.  The learning element uses feedback from the "critic" on how the agent is doing and determines how the performance element should be modified to do better in the future.
  • 26. Learning agents  The last component of the learning agent is the "problem generator". It is responsible for suggesting actions that will lead to new and informative experiences.
  • 27. Applications of Intelligent Agents  Intelligent agents are applied as automated online assistants, as Where they function to perceive the needs of Customers in order to perform individualized customer service.  Use in smart phones in future.