Chapter 11: AI Flashcards
1
Q
Intelligent agents
A
- Autonomous goal-directed entity which observes using sensors and acts upon an environment using actuators.
2
Q
Turing test
A
- Human interrogator communicates with test subject by typewriter.
- Can the human interrogator distinguish whether the test subject is a human or a machine?
3
Q
Weak AI versus strong AI
A
- Weak AI: machines can be programmed to exhibit intelligent behavior
- Strong AI: machine can be programmed to possess intelligence and consciousness
- Will AI take over the world? (Elon Musk, Mark Zuckerberg)
4
Q
Understanding images
A
- Image processing: identifying characteristics of an image:
- Edge enhancement
- Region finding
- Image analysis: understanding what the image characteristics represent in the real world.
5
Q
Language processing
A
- Syntactic analysis: identifies the grammatical role of each word (parsing)
- Semantic analysis: identifies the information content in a sentence:
- “Mary gave Johan a birthday card” / “John got a b-day card from Mary”
- “Do you know what time it is?”
- Contextual analysis: the context is brought into the understanding process:
“The bat fell to the ground”
6
Q
Production systems
A
- Collection of states:
Start/initial state
Goal satte/states - Collection of productions (rules/moves)
from one state to another
might have preconditions - Control system: decides what production to apply next
7
Q
Heuristics
A
- Heuristic: “rule of thumb” for making decisions
- Requirements for good heuristics
It should constitute a reasonable estimate of proximity to a goal
It should be easy to compute
8
Q
Learning
A
- Learning by imitation: The computer records the steps performed by a person
- Supervised learning: a person identifies the correct response for a number of examples and the agent generalizes from those examples
- Learning by reinforcement: the agent is given a general rule to judge for itself when it has succeeded or failed.
9
Q
Artificial neural network
A
- Artificial neuron:
each input is multiplied by a weighting factor;
if sum of weighted inputs exceed threshold then output is 1 else output is 0 - Artificial neural network learn from examples by adjusting their weights
10
Q
Robotics
A
- Robotics: the study of physical autonomous agents that behave intelligently
- Current robots (only) successful on specific tasks:
- Mobility: swim like fishes, fly like dragonflies, hop like grasshoppers, crawl like snakes, exploring the surface of Mars
- Drive a car in traffic
- Behave like pet dogs
- Guide weapons to their targets