AI_TEST-2

AI_TEST-2

University

25 Qs

quiz-placeholder

Similar activities

Mendeley Quiz

Mendeley Quiz

University

20 Qs

All About Google

All About Google

8th Grade - University

25 Qs

Season 6 #Spaic ML 1 Weekly Quiz

Season 6 #Spaic ML 1 Weekly Quiz

KG - Professional Development

20 Qs

AMA Session - SEO/SEM

AMA Session - SEO/SEM

University

20 Qs

Adwords Fundamentals??? Basic lang yan! T_T

Adwords Fundamentals??? Basic lang yan! T_T

University - Professional Development

20 Qs

Psych Week 4

Psych Week 4

University

20 Qs

Heredity

Heredity

KG - University

20 Qs

Chapter 6 Vocab Quiz

Chapter 6 Vocab Quiz

University

24 Qs

AI_TEST-2

AI_TEST-2

Assessment

Quiz

Other

University

Hard

Created by

Adithya Anil

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following is (are) drawback(s) of Hill Climbing?

Global Maxima

Local Maxima

Diagonal Ridges

Plateaus

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the CORRECT statement-

Local beam search (with k nodes in memory) is the same as k random-start searches in parallel.

Simulated annealing with temperature T = 0 behaves identically to greedy hill-climbing search

Enforced Hill Climbing performs a depth-first search from a local minima.

In Tabu Search, we never make a currently tabu’ed step.

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Select the CORRECT statements -

Genetic Algorithm has the effect of “jumping” to completely new parts of search-space, and making “non-local” moves.

As the size of the tabu list increases to infinity, tabu search reduces to a systematic search.

Greedy Hill Climbing with Random Restarts is asymptotically complete, whereas Random Walk is not.

If the initial temperature in Simulated Annealing is set too small, the search can get stuck at a local optimum.

4.

FILL IN THE BLANK QUESTION

5 mins • 3 pts

Media Image

Consider the Hill Climbing Search algorithm for the N-Queens problem with N = 4. The image represents the start state. We want to reach a state i.e. configuration of the board with 4 queens such that no two queens attack each other. The objective function we consider is the number of pairs of queens that attack each other and we want to minimise this objective function. The successor function we consider is moving a single queen along its column by one square either directly up or directly down.
Let the objective function for the start state = x , the number of neighbours of the start state = y, the objective function of the neighbour of the start state with the lowest objective function = z, then what is the value of 2x + y + 3z ?

5.

FILL IN THE BLANK QUESTION

5 mins • 3 pts

Media Image

Consider the Hill Climbing Search algorithm for the N-Queens problem with N = 4. The image represents the start state. We want to reach a state i.e. configuration of the board with 4 queens such that no two queens attack each other. The objective function we consider is the number of pairs of queens that attack each other and we want to minimise this objective function. The successor function we consider is moving a single queen along its column by one square either directly up or directly down.we apply the hill climbing algorithm to minimise the objective function. The hill climbing algorithm stops when the objective function becomes 0 i.e. no two queens attack each other. To break ties b/w two neighbours with the same objective function pick the neighbour obtained by moving the queen in the lower column number (a < b < c < d) and if a tie still exists pick the neighbour obtained by moving the queen downward. The number of steps required by the hill climbing algorithm is:

6.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Media Image

Consider the 1-D state space shown by the image below. For which of the following start state regions using the greedy local search hill-climbing algorithm will we not reach the global maximum ?

A

B

C,D

E

F

7.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

Consider a Constraint Satisfaction Problem (CSP) where we need to assign values to three variables - X, Y, and Z. The domain for each variable is {1, 2, 3}. The following constraints must be satisfied:

  1. 1) X+Y>Z

  2. 2) X>Y

  3. 3) Z<X+Y

Based on the revised constraints, which of the following assignments is a valid solution for the variables X, Y, and Z?

a) X=1, Y=3 , Z=2

b) X=2, Y=1, Z=3

c) X=3, Y=2, Z=1

d) X=3, Y=1, Z=2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?