Week 3 Flashcards

1
Q

What are three adventages and a disadvantage of forward chaining

A

1) Cheap, no effort and just observing
2) sometimes we don’t want many observations because they are expensive (medical puproses)

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

What is an advantage of backward chaining?

A

Need less observations

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

Explain Hill climbing

A

DFS with knowledge so picking a path based on info

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

What is optimal search

A

Finding path is not always the goal → shortest path is goal (without having to evaluate all possible paths)

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

Explain branch-and-bound

A

Expanding nodes ordered by travelled distance
Once it finds a solution, it ignores any paths that would take as long or longer to reach the goal, since they wouldn’t be better.

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

Explain adversarial search

A

How do i behave optimally if i know my opponent also want to behave optimally → 2 agents both make choices (checker, chess)

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

Explain a-b algorithm

A

If you have an idea that is surely bad, do not take time to see how truly awful it is, not consider moves that are considered useless

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