Ai fundamentals Flashcards

1
Q

Can subjective probabilities be used to make predictions about future events?

A

Yes, subjective probabilities can be used to make predictions based on an individual’s beliefs, opinions, and experiences about the likelihood of certain events occurring

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

Alpha-beta pruning is used in minimax algorithms for two-player games, where one player is trying to maximize the score and the other player is trying to minimize the score. In this context, alpha represents:

A

The minimum score that the minimizing player is trying to achieve

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

How does minmax search handle tie situations?

A

By selecting the move that leads to the highest score for the player and the lowest score for the opponent

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

Can Bayes’ theorem be used to calculate the probability of an event occurring given multiple other events that are both independent and not independent of each other?

A

Yes, by using the formula P(A|B) = P(A) * P(B|A) + P(C|A) + …

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

Can subjective probabilities be biased?

A

Yes, subjective probabilities are based on an individual’s beliefs, opinions, and experiences, which can be influenced by personal biases

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

Can Bayes’ theorem be used to calculate the probability of an event occurring based on multiple other events?

A

Yes, by using the formula P(A|B) = P(A) * P(B|A) * P(C|A) * …

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

Can Bayes’ theorem be used to calculate the probability of multiple events occurring simultaneously?

A

Yes, by using the formula P(A|B) = P(A) * P(B|A) * P(C|A) * …

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

How do subjective probabilities differ from objective probabilities?

A

Subjective probabilities are based on an individual’s beliefs, opinions, and experiences, while objective probabilities are based on objective, observable data

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

Can subjective probabilities be used to make decisions in a group setting?

A

Yes, subjective probabilities can be used to inform group decisions by taking into account the beliefs, opinions, and experiences of all group members

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

Alpha-beta pruning is a technique used in:

A

Search algorithms

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

Can heuristic search be used to solve problems with no clear goal or solution?

A

It depends on the specific problem and the heuristic function being used

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

How do you calculate the probability of multiple events occurring independently of each other using Bayes’ theorem?

A

By using the formula P(A|B) = P(A) / P(B) + P(C) / P(D) + …

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

Dempster-Shafer theory is commonly used in which of the following fields?

A

Decision making

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

Alpha-beta pruning is based on the idea that:

A

When the beta value is greater than the alpha value, the search can be stopped because the minimizing player will not choose a move that leads to a worse score

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

Can subjective probabilities be measured or quantified?

A

Yes, by using a scale or rating system

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

Can minmax search handle games with more than two players?

A

Yes, by using a modified version of the algorithm

17
Q

Can Bayes’ theorem be used to calculate the probability of an event occurring given multiple other events that are independent of each other?

A

Yes, by using the formula P(A|B) = P(A) * P(B|A) + P(C|A) + …

18
Q

Can Bayes’ theorem be used to calculate the probability of an event occurring given multiple other events that are not independent of each other?

A

Yes, by using the formula P(A|B) = P(A) * P(B|A) * P(C|A) * …

19
Q

Beta represents:

A

The maximum score that the minimizing player is assured of

20
Q

Can Bayes’ theorem be used to calculate the probability of an event occurring given multiple other events that are not independent of each other?

A

Yes, by using the formula P(A|B) = P(A) * P(B|A) * P(C|A) * …