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

Goal based and utility based agents
Goal based and utility based agentsGoal based and utility based agents
Goal based and utility based agentsMegha Sharma
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesDr. C.V. Suresh Babu
 
Structure of agents
Structure of agentsStructure of agents
Structure of agentsMANJULA_AP
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)mufassirin
 
Performance analysis(Time & Space Complexity)
Performance analysis(Time & Space Complexity)Performance analysis(Time & Space Complexity)
Performance analysis(Time & Space Complexity)swapnac12
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representationSravanthi Emani
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 DigiGurukul
 
Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}FellowBuddy.com
 
I.BEST FIRST SEARCH IN AI
I.BEST FIRST SEARCH IN AII.BEST FIRST SEARCH IN AI
I.BEST FIRST SEARCH IN AIvikas dhakane
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI Bharat Bhushan
 
AI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemAI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemMohammad Imam Hossain
 
State space search
State space searchState space search
State space searchchauhankapil
 

What's hot (20)

Intelligent agents
Intelligent agentsIntelligent agents
Intelligent agents
 
Goal based and utility based agents
Goal based and utility based agentsGoal based and utility based agents
Goal based and utility based agents
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching Techniques
 
Structure of agents
Structure of agentsStructure of agents
Structure of agents
 
Hill climbing algorithm
Hill climbing algorithmHill climbing algorithm
Hill climbing algorithm
 
Informed search
Informed searchInformed search
Informed search
 
AI Lecture 3 (solving problems by searching)
AI Lecture 3 (solving problems by searching)AI Lecture 3 (solving problems by searching)
AI Lecture 3 (solving problems by searching)
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)
 
Performance analysis(Time & Space Complexity)
Performance analysis(Time & Space Complexity)Performance analysis(Time & Space Complexity)
Performance analysis(Time & Space Complexity)
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representation
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}
 
AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)
 
search strategies in artificial intelligence
search strategies in artificial intelligencesearch strategies in artificial intelligence
search strategies in artificial intelligence
 
I.BEST FIRST SEARCH IN AI
I.BEST FIRST SEARCH IN AII.BEST FIRST SEARCH IN AI
I.BEST FIRST SEARCH IN AI
 
Foundation of A.I
Foundation of A.IFoundation of A.I
Foundation of A.I
 
Control Strategies in AI
Control Strategies in AI Control Strategies in AI
Control Strategies in AI
 
AI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemAI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction Problem
 
Planning
PlanningPlanning
Planning
 
State space search
State space searchState space search
State space search
 

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
 

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)
 
AI week 2.pdf
AI week 2.pdfAI week 2.pdf
AI week 2.pdf
 
Intelligent agents
Intelligent agentsIntelligent agents
Intelligent agents
 

Recently uploaded

List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming languageSmritiSharma901052
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdfAkritiPradhan2
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsapna80328
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 

Recently uploaded (20)

List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming language
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveying
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 

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.