W2 Flashcards
What event is often considered the official founding of the field of Artificial Intelligence?
a) The invention of the Analytical Engine by Charles Babbage
b) Alan Turing’s work on the Turing Machine
c) The Dartmouth Conference in 1956
d) The development of the first neural network by Frank Rosenblatt
The Dartmouth Conference in 1956
In the Chinese Room argument, John Searle suggests that AI systems lack:
a) Cognitive processing capabilities
b) Understanding of symbolic logic
c) True understanding or consciousness
d) The ability to pass the Turing Test
True understanding or consciousness
Which of the following best describes the Turing Test?a) A measure of a machine’s ability to understand natural language
b) A test to determine if a machine can perform mathematical calculations
c) An experiment to see if a computer can mimic human behavior undetectably
d) A method to train neural networks using supervised learning
An experiment to see if a computer can mimic human behavior undetectably
What was one of the main reasons for the decline of AI research funding during the AI Winter?
a) Lack of computing power
b) Excessive reliance on neural networks
c) The failure of promised AI advancements to materialize
d) Insufficient government interest in AI
The failure of promised AI advancements to materialize
What is a key difference between deep learning and symbolic AI?
a) Deep learning relies on explicit rules written by humans, while symbolic AI learns from large datasets.
b) Symbolic AI mimics brain architecture, while deep learning focuses on logical rules.
c) Deep learning uses layers of neural networks to learn from data, while symbolic AI is rule-based.
d) Deep learning was developed before symbolic AI.
Deep learning uses layers of neural networks to learn from data, while symbolic AI is rule-based.
True or False: Douglas Hofstadter believes that AI reaching human-level intelligence is an immediate and inevitable outcome.
False
True or False: The Chinese Room argument suggests that passing the Turing Test would confirm true AI consciousness.
False
True or False: The Uncanny Valley describes how humans become more comfortable with robots as they look more human-like, up to a certain point.
True
True or False: Deep Blue, IBM’s chess-playing computer, achieved general intelligence by beating the world chess champion Garry Kasparov.
False
True or False: In symbolic AI, all knowledge is encoded in human-readable symbols and rules.
True
How did the rapid advancements in AI at companies like Google influence Douglas Hofstadter’s views on AI?
Hofstadter became concerned that AI was advancing so fast it could trivialize human creativity and consciousness, reducing deep human qualities to mere algorithms.
Describe John Searle’s ‘Chinese Room’ argument and explain its implications for the idea of AI consciousness.
Searle argues that simply following programmed rules doesn’t equate to understanding, suggesting AI might mimic human responses without true comprehension.
How did the concept of ‘symbolic AI’ differ from ‘subsymbolic AI,’ and what was a key limitation of each approach?
Symbolic AI relies on predefined rules, making it inflexible with new data, while subsymbolic AI learns from data but lacks transparency in its processes.
Explain the Uncanny Valley concept and provide an example of how it might affect human interactions with robots.
The Uncanny Valley describes how robots that appear almost human can feel unsettling. For example, a lifelike robot may cause discomfort if it’s close to human appearance but not quite natural.
what are Neural Networks (a.k.a. PDP or Parallel Distributed Processing a.k.a. Connectionism)
*Based on an abstract view of the neuron
*Artificial neurons are connected to form large networks
*The connections determine the function of the network
*Connections can often be formed by learning and do not need to be ‘programmed’