SlideShare a Scribd company logo
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?
Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE
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
Ad

More Related Content

What's hot (20)

Agent architectures
Agent architecturesAgent architectures
Agent architectures
Antonio Moreno
 
Problem solving agents
Problem solving agentsProblem solving agents
Problem solving agents
Megha Sharma
 
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)
Tajim Md. Niamat Ullah Akhund
 
State Space Search in ai
State Space Search in aiState Space Search in ai
State Space Search in ai
vikas dhakane
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching Techniques
Dr. C.V. Suresh Babu
 
Planning
PlanningPlanning
Planning
ahmad bassiouny
 
Goal based and utility based agents
Goal based and utility based agentsGoal based and utility based agents
Goal based and utility based agents
Megha Sharma
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
Ramla Sheikh
 
AI: AI & Problem Solving
AI: AI & Problem SolvingAI: AI & Problem Solving
AI: AI & Problem Solving
DataminingTools Inc
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
Sajid Marwat
 
Structure of agents
Structure of agentsStructure of agents
Structure of agents
MANJULA_AP
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
Yasir Khan
 
A* Search Algorithm
A* Search AlgorithmA* Search Algorithm
A* Search Algorithm
vikas dhakane
 
I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHM
vikas dhakane
 
search strategies in artificial intelligence
search strategies in artificial intelligencesearch strategies in artificial intelligence
search strategies in artificial intelligence
Hanif Ullah (Gold Medalist)
 
AI: Learning in AI
AI: Learning in AI AI: Learning in AI
AI: Learning in AI
DataminingTools Inc
 
State space search
State space searchState space search
State space search
chauhankapil
 
Learning in AI
Learning in AILearning in AI
Learning in AI
Minakshi Atre
 
Lecture 2 agent and environment
Lecture 2   agent and environmentLecture 2   agent and environment
Lecture 2 agent and environment
Vajira Thambawita
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)
mufassirin
 
Problem solving agents
Problem solving agentsProblem solving agents
Problem solving agents
Megha Sharma
 
State Space Search in ai
State Space Search in aiState Space Search in ai
State Space Search in ai
vikas dhakane
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching Techniques
Dr. C.V. Suresh Babu
 
Goal based and utility based agents
Goal based and utility based agentsGoal based and utility based agents
Goal based and utility based agents
Megha Sharma
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
Ramla Sheikh
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
Sajid Marwat
 
Structure of agents
Structure of agentsStructure of agents
Structure of agents
MANJULA_AP
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
Yasir Khan
 
I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHM
vikas dhakane
 
State space search
State space searchState space search
State space search
chauhankapil
 
Lecture 2 agent and environment
Lecture 2   agent and environmentLecture 2   agent and environment
Lecture 2 agent and environment
Vajira Thambawita
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)
mufassirin
 

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

intelligentagent-190406015753.pptx
intelligentagent-190406015753.pptxintelligentagent-190406015753.pptx
intelligentagent-190406015753.pptx
SandipPradhan23
 
intelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdfintelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdf
ShivareddyGangam
 
AI Chapter II for computer Science students
AI Chapter II for computer Science studentsAI Chapter II for computer Science students
AI Chapter II for computer Science students
abrhamnaremo
 
chapter -2 Intelligent Agents power Point .ppt
chapter -2 Intelligent Agents power Point .pptchapter -2 Intelligent Agents power Point .ppt
chapter -2 Intelligent Agents power Point .ppt
wesenderbe
 
Chapter word of it Intelligent Agents.pdf
Chapter word of it Intelligent Agents.pdfChapter word of it Intelligent Agents.pdf
Chapter word of it Intelligent Agents.pdf
naolseyum9
 
AI_Lec1.pptx ist step to enter in AI field
AI_Lec1.pptx   ist step to enter in AI fieldAI_Lec1.pptx   ist step to enter in AI field
AI_Lec1.pptx ist step to enter in AI field
inambscs4508
 
AI - Agents & Environments
AI - Agents & EnvironmentsAI - Agents & Environments
AI - Agents & Environments
Learnbay Datascience
 
AI
AIAI
AI
Suveeksha
 
Intelligent agent In Artificial Intelligence
Intelligent agent In Artificial IntelligenceIntelligent agent In Artificial Intelligence
Intelligent agent In Artificial Intelligence
Anonymous200926
 
AI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdf
AI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdfAI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdf
AI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdf
rakibpnet
 
Introduction to Artificial intelligence.pptx
Introduction to Artificial intelligence.pptxIntroduction to Artificial intelligence.pptx
Introduction to Artificial intelligence.pptx
anjuj3511
 
Week 1 b - Agents.ppsx used in AI for be
Week 1 b - Agents.ppsx used in AI for beWeek 1 b - Agents.ppsx used in AI for be
Week 1 b - Agents.ppsx used in AI for be
laraibjamal1
 
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.ppt
dejene3
 
AI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptxAI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptx
Yousef 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 1
farshad33
 
AI-Agents-and-Environments AIML unit 1.pptx
AI-Agents-and-Environments AIML unit 1.pptxAI-Agents-and-Environments AIML unit 1.pptx
AI-Agents-and-Environments AIML unit 1.pptx
JohnWilliam111370
 
Lecture 04 intelligent agents
Lecture 04 intelligent agentsLecture 04 intelligent agents
Lecture 04 intelligent agents
Hema Kashyap
 
AI: Artificial Agents on the Go and its types
AI: Artificial Agents on the Go and its typesAI: Artificial Agents on the Go and its types
AI: Artificial Agents on the Go and its types
Anil Yadav
 
intelligentagent-190406015753.pptx
intelligentagent-190406015753.pptxintelligentagent-190406015753.pptx
intelligentagent-190406015753.pptx
SandipPradhan23
 
intelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdfintelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdf
ShivareddyGangam
 
AI Chapter II for computer Science students
AI Chapter II for computer Science studentsAI Chapter II for computer Science students
AI Chapter II for computer Science students
abrhamnaremo
 
chapter -2 Intelligent Agents power Point .ppt
chapter -2 Intelligent Agents power Point .pptchapter -2 Intelligent Agents power Point .ppt
chapter -2 Intelligent Agents power Point .ppt
wesenderbe
 
Chapter word of it Intelligent Agents.pdf
Chapter word of it Intelligent Agents.pdfChapter word of it Intelligent Agents.pdf
Chapter word of it Intelligent Agents.pdf
naolseyum9
 
AI_Lec1.pptx ist step to enter in AI field
AI_Lec1.pptx   ist step to enter in AI fieldAI_Lec1.pptx   ist step to enter in AI field
AI_Lec1.pptx ist step to enter in AI field
inambscs4508
 
Intelligent agent In Artificial Intelligence
Intelligent agent In Artificial IntelligenceIntelligent agent In Artificial Intelligence
Intelligent agent In Artificial Intelligence
Anonymous200926
 
AI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdf
AI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdfAI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdf
AI_Agent_Bsc_Student_Engineering_Lecture-Agent.pdf
rakibpnet
 
Introduction to Artificial intelligence.pptx
Introduction to Artificial intelligence.pptxIntroduction to Artificial intelligence.pptx
Introduction to Artificial intelligence.pptx
anjuj3511
 
Week 1 b - Agents.ppsx used in AI for be
Week 1 b - Agents.ppsx used in AI for beWeek 1 b - Agents.ppsx used in AI for be
Week 1 b - Agents.ppsx used in AI for be
laraibjamal1
 
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.ppt
dejene3
 
AI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptxAI_02_Intelligent Agents.pptx
AI_02_Intelligent Agents.pptx
Yousef 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 1
farshad33
 
AI-Agents-and-Environments AIML unit 1.pptx
AI-Agents-and-Environments AIML unit 1.pptxAI-Agents-and-Environments AIML unit 1.pptx
AI-Agents-and-Environments AIML unit 1.pptx
JohnWilliam111370
 
Lecture 04 intelligent agents
Lecture 04 intelligent agentsLecture 04 intelligent agents
Lecture 04 intelligent agents
Hema Kashyap
 
AI: Artificial Agents on the Go and its types
AI: Artificial Agents on the Go and its typesAI: Artificial Agents on the Go and its types
AI: Artificial Agents on the Go and its types
Anil Yadav
 
Ad

Recently uploaded (20)

International Journal of Distributed and Parallel systems (IJDPS)
International Journal of Distributed and Parallel systems (IJDPS)International Journal of Distributed and Parallel systems (IJDPS)
International Journal of Distributed and Parallel systems (IJDPS)
samueljackson3773
 
QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)
rccbatchplant
 
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdfMAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
ssuser562df4
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Introduction to FLUID MECHANICS & KINEMATICS
Introduction to FLUID MECHANICS &  KINEMATICSIntroduction to FLUID MECHANICS &  KINEMATICS
Introduction to FLUID MECHANICS & KINEMATICS
narayanaswamygdas
 
railway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forgingrailway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forging
Javad Kadkhodapour
 
Avnet Silica's PCIM 2025 Highlights Flyer
Avnet Silica's PCIM 2025 Highlights FlyerAvnet Silica's PCIM 2025 Highlights Flyer
Avnet Silica's PCIM 2025 Highlights Flyer
WillDavies22
 
Metal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistryMetal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistry
mee23nu
 
DSP and MV the Color image processing.ppt
DSP and MV the  Color image processing.pptDSP and MV the  Color image processing.ppt
DSP and MV the Color image processing.ppt
HafizAhamed8
 
Degree_of_Automation.pdf for Instrumentation and industrial specialist
Degree_of_Automation.pdf for  Instrumentation  and industrial specialistDegree_of_Automation.pdf for  Instrumentation  and industrial specialist
Degree_of_Automation.pdf for Instrumentation and industrial specialist
shreyabhosale19
 
15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...
IJCSES Journal
 
Reagent dosing (Bredel) presentation.pptx
Reagent dosing (Bredel) presentation.pptxReagent dosing (Bredel) presentation.pptx
Reagent dosing (Bredel) presentation.pptx
AlejandroOdio
 
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptxLidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
RishavKumar530754
 
Value Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous SecurityValue Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous Security
Marc Hornbeek
 
DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...
DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...
DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...
charlesdick1345
 
Mathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdfMathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdf
TalhaShahid49
 
fluke dealers in bangalore..............
fluke dealers in bangalore..............fluke dealers in bangalore..............
fluke dealers in bangalore..............
Haresh Vaswani
 
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Journal of Soft Computing in Civil Engineering
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
International Journal of Distributed and Parallel systems (IJDPS)
International Journal of Distributed and Parallel systems (IJDPS)International Journal of Distributed and Parallel systems (IJDPS)
International Journal of Distributed and Parallel systems (IJDPS)
samueljackson3773
 
QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)
rccbatchplant
 
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdfMAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
ssuser562df4
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Introduction to FLUID MECHANICS & KINEMATICS
Introduction to FLUID MECHANICS &  KINEMATICSIntroduction to FLUID MECHANICS &  KINEMATICS
Introduction to FLUID MECHANICS & KINEMATICS
narayanaswamygdas
 
railway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forgingrailway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forging
Javad Kadkhodapour
 
Avnet Silica's PCIM 2025 Highlights Flyer
Avnet Silica's PCIM 2025 Highlights FlyerAvnet Silica's PCIM 2025 Highlights Flyer
Avnet Silica's PCIM 2025 Highlights Flyer
WillDavies22
 
Metal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistryMetal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistry
mee23nu
 
DSP and MV the Color image processing.ppt
DSP and MV the  Color image processing.pptDSP and MV the  Color image processing.ppt
DSP and MV the Color image processing.ppt
HafizAhamed8
 
Degree_of_Automation.pdf for Instrumentation and industrial specialist
Degree_of_Automation.pdf for  Instrumentation  and industrial specialistDegree_of_Automation.pdf for  Instrumentation  and industrial specialist
Degree_of_Automation.pdf for Instrumentation and industrial specialist
shreyabhosale19
 
15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...
IJCSES Journal
 
Reagent dosing (Bredel) presentation.pptx
Reagent dosing (Bredel) presentation.pptxReagent dosing (Bredel) presentation.pptx
Reagent dosing (Bredel) presentation.pptx
AlejandroOdio
 
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptxLidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
RishavKumar530754
 
Value Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous SecurityValue Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous Security
Marc Hornbeek
 
DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...
DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...
DATA-DRIVEN SHOULDER INVERSE KINEMATICS YoungBeom Kim1 , Byung-Ha Park1 , Kwa...
charlesdick1345
 
Mathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdfMathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdf
TalhaShahid49
 
fluke dealers in bangalore..............
fluke dealers in bangalore..............fluke dealers in bangalore..............
fluke dealers in bangalore..............
Haresh Vaswani
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
Ad

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?
  • 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.