History of AI Flashcards

1
Q

Who is credited with designing the first programmable mechanical computer?

A

Charles Babbage, who designed the Analytical Engine in the 1840s.

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

What was the name of the first electronic general-purpose computer?

A

ENIAC (Electronic Numerical Integrator and Computer), built in the 1940s.

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

Who proposed the concept of the Universal Turing Machine?

A

Alan Turing, in 1936.

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

What was the name of the conference where the term “Artificial Intelligence” was coined?

A

The Dartmouth Conference, held in 1956

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

What are the two main approaches to AI?

A

Symbolic AI (Classical/GOFAI) and Connectionism/Neural Networks.

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

What is the main idea behind symbolic AI?

A

Symbolic AI relies on explicit symbolic representations like logical rules and semantic networks for knowledge representation and reasoning.

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

What is the main idea behind connectionist AI?

A

Connectionist AI, or neural networks, are inspired by the brain’s neural networks and use simplified artificial neuron models that activate based on input weights.

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

Who introduced the simplified mathematical model of an artificial neuron?

A

McCulloch and Pitts, in 1943

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

What was the name of the early neural network model developed by Frank Rosenblatt?

A

The Perceptron, introduced in 1957

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

What was the main limitation of early neural networks?

A

Early neural networks faced challenges in training and scalability.

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

What are the “AI Winters” referring to in the history of AI?

A

The “AI Winters” refer to periods of reduced funding and interest in AI research due to disillusionment with the lack of progress.

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

What are some factors that contributed to the revival of AI research?

A

Integration of ideas from cognitive science, use of probability theory, advances in neural network training algorithms, and increased availability of data and computing power.

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

What is the main difference between knowledge representation in symbolic AI and neural networks?

A

Symbolic AI uses explicit symbolic representations, while neural networks represent knowledge in a sub-symbolic, distributed way through connection weights.

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

What is the “grounding problem” in AI?

A

The grounding problem refers to the challenge of mapping or grounding abstract symbols in AI systems to the real world.

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

What are some advantages of neural networks compared to symbolic AI?

A

Neural networks can learn from data, handle uncertainty, and generalize better to novel patterns.

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

What are some advantages of symbolic AI compared to neural networks

A

Symbolic AI systems are more interpretable and transparent due to their explicit representations and rules.