MACHINE LEARNING

106403
Back to MACHINE LEARNING

Unit 2: Statistical Decision Theory

  1. Q1c. Ridge regression adds which term to the loss function? (i) L1 norm (ii) Entropy (iii) L2 norm (iv) Cross-entropy20252m

    Unit 2: Statistical Decision Theory

    Ridge regression adds which term to the loss function?
    (i) L1 norm
    (ii) Entropy
    (iii) L2 norm
    (iv) Cross-entropy

    View this question on its own page →
  2. Q1d. Maximum Likelihood estimation finds (i) Prior probabilities (ii) Parameters that maximize data likelihood (iii) Decision boundaries (iv) Cluster centroids20252m

    Unit 2: Statistical Decision Theory

    Maximum Likelihood estimation finds
    (i) Prior probabilities
    (ii) Parameters that maximize data likelihood
    (iii) Decision boundaries
    (iv) Cluster centroids

    View this question on its own page →
  3. Q3(a). A company wants to predict the sales (y) of a product based on its advertising expenditure (x). The observed data for 5 months is: | x (Advertising) | y (Sales) | |-----------------|-----------| | 1 | 3 | | 2 | 4 | | 3 | 2 | | 4 | 5 | | 5 | 7 | Calculate the regression coefficients for the linear regression model: y = w_0 + w_1 x Then, predict the value of y when x = 6.20257m

    Unit 2: Statistical Decision Theory

    A company wants to predict the sales (y) of a product based on its advertising expenditure (x).
    The observed data for 5 months is:

    x (Advertising) y (Sales)
    1 3
    2 4
    3 2
    4 5
    5 7

    Calculate the regression coefficients for the linear regression model:

    y=w0+w1xy = w_0 + w_1 x

    Then, predict the value of y when x = 6.

    View this question on its own page →
  4. Q3b. Given a dataset with two features: X = [[2, 0], [0, 1], [0, 2]]. Compute the covariance matrix, eigenvalues, and the principal components.20257m

    Unit 2: Statistical Decision Theory

    Given a dataset with two features: X = [[2, 0], [0, 1], [0, 2]]. Compute the covariance matrix, eigenvalues, and the principal components.

    View this question on its own page →