Artificial Intelligence Lecture 2 Intelligent

Published  . 0 views
↓ Download
Artificial Intelligence Lecture 2 Intelligent
1 / 1
Artificial Intelligence Lecture 2 Intelligent - slide 1 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 2 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 3 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 4 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 5 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 6 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 7 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 8 of 9 Artificial Intelligence Lecture 2 Intelligent - slide 9 of 9
Description: Artificial Intelligence Lecture 2 Intelligent Agents College of Engineering Technology Computer Techniques Engineering Department Artificial Intelligence Stage 3 Intelligent Agents? An agent is anything that can be viewed as perceiving

Related Topics

Download Presentation

"Artificial Intelligence Lecture 2 Intelligent" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Presentation Transcript

slide1. Artificial Intelligence Lecture 2
Intelligent Agents College of Engineering & Technology
Computer Techniques Engineering Department
Artificial Intelligence – Stage 3<br>
slide2. Intelligent Agents? An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators<br>
slide3. Intelligent Agents? Human agent has eyes, ears, and other organs for sensors and hands, legs, vocal tract, and so on for actuators.

Robotic agent have cameras and infrared range finders for sensors and various motors for actuators

Software agent receives keystrokes, file contents, and network packets as sensory inputs and acts on the environment by display on the screen, writing files and sending network packets<br>
slide4. Intelligent Agents? Percept: refer to the agents perceptual inputs at any given instant.
Percept sequence is the complete history of everything the agent has ever perceived.
Agent choice of action can depend on the entire percept sequence observed
Agent function maps any given percept sequence to an action.
Internally the agent function for AI will be implemented by an agent program
Agent function is an abstract mathematical description.
Agent program is a concrete implementation, running within some physical system.<br>
slide5. Good Behavior: The concept of Rationality Rational agent: is the one that does the right thing.
What does it meant to do the right thing ?
Agent generates a sequence of actions according to the percepts it receives.
The sequence of actions causes the environment to go through sequence of states.
If the sequence is desirable, then the agent has performed well.
Performance measure evaluates any given sequence of environment states.<br>
slide6. Rationality ? What is rational at any given time depends on four things ?
The performance measure.
The agent prior knowledge.
The actions that the agent can perform
The agent’s percept sequence to data.
This leads to a definition of a rational agent:
For each possible percept sequence, a rational agent should select an action that is expected to maximize its performance measure, given the evidence provided by the percept sequence and whatever built-in knowledge that agent has.<br>
slide7. Rationality ? What is rational at any given time depends on four things ?
The performance measure.
The agent prior knowledge.
The actions that the agent can perform
The agent’s percept sequence to data.
This leads to a definition of a rational agent:
For each possible percept sequence, a rational agent should select an action that is expected to maximize its performance measure, given the evidence provided by the percept sequence and whatever built-in knowledge that agent has.<br>
slide8. Omniscience, Learning and Autonomy? Omniscience vs. Rationality:
Rational choice depend of the percept sequence to date.
if an agent does not look both ways before crossing a busy road?
Then Percept Sequence will not tell if there is any truck approaching.
Doing actions in order to modify future percepts called information gathering or exploration
Learning: rational agent must not only gather information but also to learn as much as possible from what it perceives.
Autonomy: rational agent should learn what it can be compensate for partial or incorrect prior knowledge.

(Rational Agent Can become Independent of its Prior Knowledge)<br>
slide9. Thanks for Your Attention<br>