Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Artificial Intelligence Tutorial IV - Quiz Questions and Answers, Assignments of Computer Applications

The questions and answers for the fourth tutorial of the artificial intelligence course offered by the department of computer applications at psg college of technology. The quiz covers topics such as game theory, genetic algorithms, and bayes' rule.

What you will learn

  • Classification algorithms are used when the output variable is ________.
  • In Bayes' rule, what does P(H|E) indicate?
  • Q-Learning is an algorithm used in _________ learning.
  • Using MiniMax strategy, compute the node value of the root node in the following game tree?
  • In the following figure, identify the part marked with violet coloured rectangle?
  • If a constraint C in CSP is represented as <(X1, X2), X1<>X2>, then the type of notation used here is ________.

Typology: Assignments

2020/2021

Uploaded on 07/06/2021

brindha-karthi
brindha-karthi 🇮🇳

2 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
PSG COLLEGE OF TECHNOLOGY
DEPARTMENT OF COMPUTER APPLICATIONS
18MX24 – ARTIFICIAL INTELLIGENCE
TUTORIAL – IV
Roll No: Name:
Choose the best answer: (Marks: 10)
S. No.
Question
Answer
Option
1
Which types of games have the gain or loss of a participant exactly
balanced by the gains or losses of the other participant(s)?
A) one-sum
B) zero-sum
C) two-sum
D) multi-sum
B)
2
Which of the following functions takes the solution as input and
produces the relevant output?
A) Mapping
B) Convergence
C) Fitness
D) Tracking
C)
3
In the following figure, identify the part marked with violet coloured
rectangle?
A) Gene
B) Chromosome
C) Population
D) Allele
C)
4
Using MiniMax strategy, compute the node value of the root node in the
following game tree?
D)
pf3

Partial preview of the text

Download Artificial Intelligence Tutorial IV - Quiz Questions and Answers and more Assignments Computer Applications in PDF only on Docsity!

PSG COLLEGE OF TECHNOLOGY

DEPARTMENT OF COMPUTER APPLICATIONS

18MX24 – ARTIFICIAL INTELLIGENCE

TUTORIAL – IV

Roll No: Name: Choose the best answer: (Marks: 10) S. No. Question Answer Option 1 Which types of games have the gain or loss of a participant exactly balanced by the gains or losses of the other participant(s)? A) one-sum B) zero-sum C) two-sum D) multi-sum

B)

Which of the following functions takes the solution as input and produces the relevant output? A) Mapping B) Convergence C) Fitness D) Tracking

C)

In the following figure, identify the part marked with violet coloured rectangle? A) Gene B) Chromosome C) Population D) Allele

C)

Using MiniMax strategy, compute the node value of the root node in the following game tree?

D)

A) 1

B) 4

C) 2

D) 9

If a constraint C in CSP is represented as <(X1, X2), X1<>X2>, then the type of notation used here is _______. A) list B) enumerated C) set-builder D) structured

C)

P(A) + P(A’) = _____.

A) 0

B) 1

C) ∞

D) -∞

B)

In the following figure, represents ________. A) exclusion B) complement C) inverse D) union

B)

In the following Baye’s rule, what does P(H|E) indicate? A) conditional probability B) posterior probability C) prior probability D) posterior probability

B)

9 Classification algorithms are used when the output variable is _______. C)