COMP90049 – (Solution)

$ 20.99
Category:

Description

1. What is optimization? What is a “loss function”?
2. Given the following dataset, build a Naïve Bayes model for the given training instances.

3. Using the Naïve Bayes model that you developed in question 2, classify the given test instances.
(i). No smoothing.
(ii). Using the “epsilon” smoothing method.
(iii). Using “Laplace” smoothing (𝛼 =1)
4. For the following set of classification problems, we want to design a Naive Bayes classification model.
(iv). You want to classify a set of images of animals in to ‘cats’, ‘dogs’, and ‘others’.
(v). You want to classify whether each customer will purchase a product, given all the products (s)he has bought previously.
Answer the following questions for each problem:
(1) what are the instances, what are the features (and values)?
(2) explain which distributions you would choose to model the observations, and
(3) explain the significance of the Naive Bayes assumption.

Reviews

There are no reviews yet.

Be the first to review “COMP90049 – (Solution)”

Your email address will not be published. Required fields are marked *