Session 1 Introduction Flashcards

1
Q

What is Artificial Intelligence (AI)?

A

AI is the study and development of systems capable of performing tasks that typically require human intelligence, such as reasoning, learning, and decision-making.

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

Who coined the term Artificial Intelligence, and when?

A

John McCarthy coined the term Artificial Intelligence during the Dartmouth Workshop in 1956.

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

What are the four primary approaches to AI?

A
  1. Acting Humanly (Turing Test)
  2. Thinking Humanly (Cognitive Modeling)
  3. Thinking Rationally (Laws of Thought)
  4. Acting Rationally (Rational Agent Approach)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Turing Test?

A

The Turing Test evaluates a machine’s ability to exhibit human-like behavior through text-based communication with a human interrogator.

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

What additional capabilities are required for the Total Turing Test?

A

• Computer Vision (to interpret visual inputs)
• Robotics (to manipulate objects and interact with the physical environment)

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

What is the focus of the Thinking Humanly approach?

A

The Thinking Humanly approach aims to replicate human thought processes through cognitive modeling, using techniques like introspection, psychological experiments, and brain imaging.

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

What are the key challenges of the Thinking Humanly approach?

A

• Human thought is often irrational and inconsistent.
• Simulating human cognition is computationally complex.

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

What is the Thinking Rationally approach based on?

A

It is based on the formal rules of logic and reasoning, originating from Aristotle’s syllogisms.

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

What is a major limitation of the Thinking Rationally approach?

A

It struggles with uncertainty and incomplete information, which are common in real-world scenarios.

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

What is the focus of the Acting Rationally approach?

A

The Acting Rationally approach focuses on designing agents that take actions to achieve optimal outcomes based on available information.

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

What is a rational agent?

A

A rational agent perceives its environment through sensors, acts upon it through actuators, and aims to achieve its goals efficiently.

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

What is the historical significance of the Dartmouth Workshop?

A

It marked the formal birth of AI as a scientific field in 1956, bringing together key researchers like John McCarthy and Marvin Minsky.

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

Who was Alan Turing, and what was his contribution to AI?

A

Alan Turing was a pioneer in computer science who proposed the Turing Test to evaluate machine intelligence and played a key role in early AI development.

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

What is Shakey the Robot?

A

Shakey was the first mobile robot (1969) that combined perception, reasoning, and action to navigate and complete tasks.

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

What are expert systems, and provide two examples?

A

Expert systems are rule-based systems designed to solve problems within specific domains.
• Example 1: DENDRAL (chemical analysis)
• Example 2: MYCIN (medical diagnosis)

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

What is the significance of neural networks in AI?

A

Neural networks, inspired by the human brain, enable machines to learn and recognize patterns, forming the basis of modern deep learning.

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

What caused the AI Winter in the 1970s and 1980s?

A

• Limited computational power
• Lack of large datasets
• Overpromising and underdelivering by researchers

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

How did AI revive in the 1980s?

A

Advances in neural networks (e.g., backpropagation), expert systems, and probabilistic models led to renewed interest and applications in AI.

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

What are Bayesian Networks?

A

Bayesian Networks are probabilistic graphical models that represent the dependencies among variables to reason under uncertainty.

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

What are reinforcement learning systems inspired by?

A

Reinforcement learning systems are inspired by behavioral psychology, using rewards and penalties to guide learning.

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

Name three contributing disciplines to AI.

A
  1. Philosophy: Provides logic and reasoning frameworks.
  2. Mathematics: Develops algorithms and models for decision-making.
  3. Neuroscience: Inspires neural networks.
22
Q

What is the Traveler’s Problem?

A

It is a conceptual example demonstrating how rational agents explore and optimize routes to achieve their goals in dynamic environments.

23
Q

What is an example of reflexive behavior in AI?

A

Robotic vacuum cleaners avoiding obstacles during cleaning demonstrate reflexive behavior.

24
Q

What is the primary goal of AI in transportation?

A

To enable autonomous vehicles and optimize traffic management systems using real-time data.

25
Q

How does AI assist in healthcare?

A

AI aids in diagnostics, drug development, personalized treatment, and surgical precision.

26
Q

What is Natural Language Processing (NLP)?

A

NLP enables machines to understand, interpret, and generate human language.

27
Q

Name an example of an AI system that passed the Turing Test.

A

The Eugene Goostman chatbot (2014) passed the Turing Test by mimicking a 13-year-old boy.

28
Q

What are some key uses of AI in Human-Computer Interaction?

A

• Virtual assistants (e.g., Alexa, Siri)
• Chatbots for customer service

29
Q

What is the significance of Aristotle in AI?

A

Aristotle’s syllogisms laid the foundation for formal logic, which underpins reasoning systems in AI.

30
Q

What is the importance of optimization in AI?

A

Optimization ensures that AI systems achieve the best possible outcomes within resource constraints.

31
Q

What role does linguistics play in AI?

A

Linguistics provides the foundation for NLP by studying syntax, semantics, and grammar.

32
Q

What are feedback loops in AI systems?

A

Feedback loops help agents learn by rewarding correct actions and penalizing incorrect ones.

33
Q

What is an example of AI in the culinary field?

A

AI systems generate new recipes by analyzing ingredient combinations and flavor profiles.

34
Q

What is the Rational Agent Approach?

A

An approach in AI where agents act to maximize goal achievement based on available information.

35
Q

What are the four capabilities required for passing the Turing Test?

A
  1. Natural Language Processing
  2. Knowledge Representation
  3. Automated Reasoning
  4. Machine Learning
36
Q

How does AI use probabilistic reasoning?

A

AI uses probabilistic models like Bayesian Networks to make decisions under uncertainty.

37
Q

What is the role of computer engineering in AI?

A

Computer engineering provides the hardware and computational tools for implementing AI, such as GPUs for deep learning.

38
Q

What are reinforcement learning’s key features?

A

• Learning through trial and error
• Use of rewards and penalties to guide behavior

39
Q

What is the importance of ethics in AI?

A

Ethics ensure AI systems are transparent, unbiased, and aligned with human values.

40
Q

How does AI impact creative fields?

A

AI generates original content, such as music, art, and written articles, using generative models.

41
Q

What is the significance of MYCIN?

A

MYCIN was an early expert system used to diagnose infectious diseases and recommend treatments.

42
Q

How does AI handle dynamic environments?

A

AI uses real-time data and feedback mechanisms to adapt to changing conditions.

43
Q

What is an autonomous agent?

A

An agent capable of operating independently, perceiving its environment, and acting to achieve its goals.

44
Q

What is an example of a successful AI application in industry?

A

R1, an expert system, saved the Digital Equipment Corporation $40 million annually by optimizing computer configurations.

45
Q

What are game AI’s primary features?

A

Game AI agents optimize strategies, adapt to opponents, and act rationally to achieve in-game objectives.

46
Q

What is the connection between neuroscience and AI?

A

Neuroscience inspires neural network designs and learning algorithms, mimicking biological neurons.

47
Q

How does AI contribute to education?

A

AI powers personalized learning platforms, adapting to individual student needs and progress.

48
Q

What is the significance of the A* algorithm?

A

The A* algorithm is a pathfinding and graph traversal algorithm used in robotics and navigation systems.

49
Q

How does AI improve decision-making?

A

AI analyzes large datasets to provide insights, predict trends, and recommend actions.

50
Q

What is the main challenge of the Acting Rationally approach?

A

Balancing computational limitations with the need for optimal decisions in dynamic environments.