Artificial Intelligence Fundamentals Midterm Lab Q2

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Artificial Intelligence Fundamentals by Michelle

Esperal
Midterm Lab Quiz 2
Marks 20.00/20.00

Grade 100.00 out of 100.00

Question 1
What is the advantage of using the Gaussian Naive Bayes classifier over other types of Naive
Bayes classifiers?

It is able to handle continuous features

Question 2
What is the Hebb rule?

A rule used to adjust the weights in a neural network

Question 3
What is the assumption made by the Naive Bayes classifier?

That the features in the data are independent of each other

Question 4

What is the EM algorithm used to estimate in the "E" step?

The latent variables

Question 5
What is the Kullback-Leibler (KL) distance used for?

To measure the dissimilarity between two probability distributions


Question 6
What is the learning rule for a perceptron called?

The Hebbian Rule

Question 7
What is supervised learning used for?

Both classification and regression tasks

Question 8
What is the equation for the Hebb rule?

w(new) = w(old) + η(output)x(input)

Question 9
What is the advantage of the Naive Bayes classifier over other classifiers?

It is faster to train and predict

Question 10
What is the main advantage of using a directed acyclic graph (DAG) over other types of
graphs?

DAGs can represent more complex relationships between data

Question 11
What is the Naive Bayes classifier used for?

To classify data into different categories based on certain features

Question 12
What is the EM algorithm used for?

All of the above


Question 13
What is the least squares method used for?

To find the line of best fit for a set of data

Question 14
What is the disadvantage of the Naive Bayes classifier?

It is less accurate

Question 15
What is the main goal of the EM algorithm?

To maximize the likelihood of a model given the data

Question 16
What is the EM algorithm used to optimize in the "M" step?

The likelihood of the model

Question 17
What is the main advantage of the Hebb rule?

It is fast to converge

Question 18
What is the main disadvantage of the Hebb rule?

It is unable to handle nonlinear relationships

Question 19
What is the "M" step in the EM algorithm?

The step where the model parameters are updated


Question 20
What is the "E" step in the EM algorithm?

The step where the expectation of the latent variables is calculated

You might also like