关于算法:CSCI-5521机器学习

CSCI 5521: Machine Learning Fundamentals (Spring 2022)
Quiz 1 (Thursday, Feb 10)
Due on Gradescope at 02:00 PM, Friday, Feb 11
Instructions:
This quiz has 3 questions, 30 points, on 1 page.
Please write your name & ID on your submission pages.

  1. (6 points) Supervised learning has a wide range of applications. For example, one can define
    a robot (vs non-robot) based on a number of traits. Please model the question as a two-class
    classification task and answer the following questions.
    (a) Name two relevant features to this two-class classification task. (Any reasonable features are
    acceptable).
    (b) What are the labels in this two-class classification task?
  2. (10 points) What could we do to reduce overfitting in a polynomial regression model? Select all
    the option(s) that apply.
    (a) Decrease polynomial degree.
    (b) Change to a more complex model (e.g., a model with more parameters).
    (c) Add new training data and keep test data the same.
    (d) Add new test data and keep training data the same.
    (e) Sample half of the original training data as new training data.
  3. (14 points) The conditional probability density functions of two classes C1 and C2 are shown in
    the figure below, with P (x|C1) ~ N (0, 1) and P (x|C2) ~ N (2, 1.2).
    (a) Assuming the priors are equal, predict which class (C1 or C2) the data point x = 1.5 (illus-
    trated with the green dot) belongs to. Briefly explain why.
    (b) What if the priors are P (C1) = 0.9 and P (C2) = 0.1, respectively? (Note: High-level
    explanation is good, but you can use formulations if it helps explain).

【腾讯云】轻量 2核2G4M,首年65元

阿里云限时活动-云数据库 RDS MySQL  1核2G配置 1.88/月 速抢

本文由乐趣区整理发布,转载请注明出处,谢谢。

您可能还喜欢...

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据