Introduction Flashcards
What does it mean to “act humanly?”
This pertains to the Turing Test approach of AI. Teaching AI to mimic human behaviour.
What is the Turing Test?
A thought experiment that would sidestep philosophical vagueness of the question, “can machines think?” A computer passes the test if a human interrogator, after posing some written questions, cannot tell whether the written response comes from a person or from a computer.
What is the Winograd Schema Challenge?
A test of machine intelligence designed to be an improvement on the Turing test. It is a multiple-choice test that employs questions to be answered by applying the resolution of anaphora. the machine must identify the antecedent of an ambigious pronoun in a statement.
What is an example of the Winograd Schema Challenge?
“The trophy doesn’t fit in the suitcase because it’s too large.” - “it’s” refers to the trophy is this sentence.
“The trophy doesn’t fit in the suitcase because it’s too small.” - “it’s” refers to the suitcase in this sentence.
What is the Chinese Room Argument?
Imagine a person who doesn’t speak chinese is standing in a room, translating Chinese to English following a set of instructions. Does the person in the room understand Chinese? It argues that syntax is not semantics.
What does it mean to “think humanly.”
The automation of activities that we associate with human thinking, activities such as decision-making, problem solving, learning etc.
What interesting findings were there from the hermaphrodite nematode study?
Scientists recreated the nematode brain (302 neurons, 132 muscles and 26 non-muscle end organs).
What does it mean to think rationally?
The solving of problems through logic-based thinking.
What is a syllogism?
A logical structure that applies deductive reasoning to arrive at a conclusion given true premises.
What does it mean to “act rationally.”
This refers to an agent acting in an environment - the creation and study of intelligent agents.
What are the three criteria for an agent acting intelligently?
- Actions are appropriate for it’s goals and circumstances
- It’s flexible to changing environments and goals
- It learns from experience
What are two schools of though on AI?
- Weak AI - the belief that machines can be made to act as if they were intelligent.
- Strong AI - the belief that machines are actually thinking.
What are the two goals of AI?
- Scientific goal: to understand the principles that make intelligent behaviour possible in natural or artificial systems.
- Engineering goal: design useful, intelligent artifacts
What is an agent?
An agent is an entity that perceives its environment through sensors and acts on its environment through effectors/actuators. An agent can be seen as a mapping between percept sequences and actions.
What can be said about an agent that relies less on built-in knowledge?
The agent is more autonomous.