CH. 9 AI Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

cognitive model

A

a computational system used to describe information processing aspects of cognition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

turing test

A

a behavioral test of machine intelligence. If a machine communicating with a human judge via a text interface cannot distinguish it from a human, then the machine passes the test. Some believe that passing the Turing test is an adequate definition of machine intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

weak AI

A

the view that some machines can behave intelligently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

strong AI

A

the view that at least some machines that behave intelligently really
are thinking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

symbolic logic

A

an approach to automated reasoning in which knowledge is
encoded as sequences of symbols called sentences, and new knowledge arises by manipulating and recombining components of sentences according to a set
of formal rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

predicate calculus

A

a symbolic logic that supports the representation of general
knowledge about objects, properties, and relationships. Also called first-order
logic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

computability theory

A

a formal account of computation, providing a means to discriminate between functions that can be computed and those that cannot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

turing machine

A

an idealized machine equipped with an infinite memory that manipulates symbols in accordance with rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

algorithm

A

a finite sequence of formal instructions that can be executed by a
computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

computational theory of mind

A

the idea that the mind is a computational
system that converts sensory inputs into symbols and process these symbols in
accordance with rules in order to produce behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

symbolic systems/symbolic AI

A

an approach to AI that focuses on formal
rules applied to explicit symbol structures. This is the most popular computational
theory of mind and is closely related to the representational theory of mind. Associated with the view that the mind is to the brain as software is to hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

physical symbol system hypothesis

A

the claim that the ability of a machine to
manipulate symbolic structures is foundational for general intelligence. “A physical symbol system has the necessary and sufficient means for general intelligent
action” (Newell & Simon, 1976).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

sentential knowledge representation

A

an approach to knowledge representation inspired by sentences in natural languages. Propositions are represented as
sequences of symbols. Symbolic logic uses sentential knowledge representations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

compositional knowledge representation

A

an approach to knowledge representation in which the meaning of a complex representation is a simple function
of the meanings of its parts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

sound

A

a property of an automated reasoning system that guarantees that any
proposition inferred by the system is justified by the system’s body of knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

complete

A

a property of an automated reasoning system that guarantees that any proposition that is justified by a body of knowledge can be inferred by the
system when given that knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

locality

A

a property of automated reasoning systems using symbolic logic that
allows individual conclusions to be reached with certainty using only a small
amount of relevant knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

detachment

A

a property of automated reasoning systems using symbolic logic
that allows the justifications for conclusions to be discarded once the conclusions
are determined to be true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

truth-functionality

A

a property of automated reasoning systems using symbolic
logic that makes the meaning of a complex sentence a simple function of the
meanings of the components of the sentence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

bounded rationality

A

automated reasoning that takes into account limitations on
computational resources such as memory and processing time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

heuristic

A

an approximate method that is not universally valid but may still support strong performance

22
Q

planner

A

an AI system that outputs action sequences expected to result in the
attainment of specified goals.

23
Q

frames

A

an approach to symbolic knowledge representation in which knowledge
concerning common situations (e.g., dining at a restaurant) is aggregated and
indexed by situation.

24
Q

semantic networks

A

an approach to knowledge representation using mathematical graphs, with nodes in the graph representing objects or concepts and
connections between nodes representing relationships.

25
Q

reasoning under certainty

A

automated reasoning when propositions are
believed to be true with graded levels of certainty.

26
Q

probability theory

A

a mathematical framework for describing stochastic processes and quantifying uncertainty.

27
Q

utility theory

A

a mathematical framework for describing and quantifying preferences between options. More preferred outcomes are associated with higher utility than less preferred outcomes.

28
Q

bayesian decision theory

A

the combination of probability theory and utility theory, providing mathematical methods for evaluating possible actions when there is uncertainty about the outcomes that will be produced by those
actions.

29
Q

expert systems

A

AI systems with capabilities associated with an area of professional expertise, such as medical diagnosis, financial market prediction, and
application of case law.

30
Q

knowledge-based systems

A

expert systems that depend upon domain-specific knowledge that is explicitly represented using symbolic structures, such as logical sentences

31
Q

functionalism

A

the view that mental states can be defined in terms of functional
relationships between sensory inputs, the internal states of a system, and behavioral outputs.

32
Q

multiple realization

A

in philosophy of mind, the view that types of mental states
can be realized in (that is, produced by) many different kinds of physical systems.
Desire and hunger are types of mental states that can be realized in human brains, octopus brains, computer hardware, etc.

33
Q

language of thought

A

a hypothesized system of mental representations with a structure that corresponds to the grammar of language. According to the language of thought hypothesis, cognition can be understood in terms of sentences unfolding in this mental language.

34
Q

productivity

A

the ability to produce an unlimited number of meaningful propositions.

35
Q

systematicity

A

the existence of regularities in the set of propositions considered
meaningful based on the compositional structure of the propositions.

36
Q

levels of analysis

A

distinctive ways to study the mind, focused on specific phenomena and using specific methodologies. In cognitive modeling, the neural level of analysis is often distinguished from the computational level of analysis, where the former is studied by neuroscience and the latter is studied by cognitive psychology.

37
Q

theoretical autonomy

A

the view, associated with symbolic AI, that the computational level of analysis need not draw on or be aware of developments
in the neural level of analysis, in the same way that software engineers need not be aware of how computer hardware works in order to write computer programs.

38
Q

connectionism

A

an approach to AI that is inspired by how the brain works; connectionism emphasizes the production of intelligent behavior by processing
inputs through the weights and connections of an artificial neural network that
is trained by exposure to inputs rather than being programmed.

39
Q

artificial neural networks

A

a kind of AI system inspired by the brain, involving large numbers of interconnected simple processing elements.

40
Q

graceful degradation

A

a property of AI systems in which performance declines only mildly in the face of small errors in the system or small amounts of damage.

41
Q

distributed representations

A

an approach to knowledge representation in
which the meaning of a representation depends on the pattern of activation over a collection of processing elements, in contrast to meaning being assigned
to the activation of individual processing elements.

42
Q

deep learning

A

an approach to machine learning that makes use of deep neural
networks.

43
Q

deep neural networks

A

artificial neural networks with a large number of successive layers of processing elements mediating between inputs and outputs.

44
Q

reinforcement learning

A

a framework for machine learning in which performance feedback only appears as infrequent rewards and punishments.

45
Q

deep reinforcement learning

A

an approach to machine learning involving
performance feedback in the form of infrequent rewards and punishments, incorporating deep neural networks.

46
Q

computational cognitive neuroscience

A

an approach to cognitive modeling that describes the information processing properties of cognition in terms of the
physical properties of the brain.

47
Q

cognitive architectures

A

formal frameworks for producing cognitive models, embodying commitments about cognition as constraints on the structure of such
models.

48
Q

Bayesian belief networks

A

a method for representing probabilistic relationships
between variables, supporting reasoning under uncertainty

49
Q

predictive processing

A

a theory of mind and brain according to which the brain maintains a system of internal models that constantly predict inputs (from
the external world or from other internal models). Errors between predicted and observed inputs are used to update the models, so that, over time, predictions become increasingly accurate. Neural and cognitive activity can be understood largely as constructions of these models.

50
Q

dynamical systems

A

systems with properties that change over time, often in complex ways. Dynamical systems theory provides formal tools for describing
and analyzing such systems.

51
Q

reactive control

A

an approach to robot control lacking explicit representations
of knowledge about the environment or about the effects of considered actions. Useful behaviors arise from the interplay between how the robot reacts to the sensed environment and how the environment responds to robot actions.

52
Q

explanatory pluralism

A

the view that different approaches to the study of cognition framed at different spatial and temporal scales and drawing on diverse methodologies can complement one another. Contrasted with theoretical autonomy