Math Problem Statement

Consider following vectors binomial(1,2) binomial(2,3) binomial(3,3) binomial(4,5) binomial(5,6) binomial(6,5) What will be the normalized (i.e. unit length) principal component using PCA (choose option closest to your answer after rounding to third decimal digit)?

a) 0.777 0.630

b) (0.7770) -0.630

c) (-0.777)

d) (0.630 0.777

Oa)

Ob)

Oc)

Od)

1 point

Consider following vectors binomial(1,2) binomial(2,3) binomial(3,3) binomial(4,5) binomial(5,6) binomial(6,5) What will be the projection of these vectors (in the above order of their appearance) onto a lower dimension using PCA(choose option closest to your answer after rounding to third decimal digit)?

a) 0.924, 1.071, 0.441, 1.365, 1.513, 0.106

b) 2.183, 3.590, 4.220, 6.403, 7.81, 7.662

c) -0.483,-0.335, 0.441.-0.041, 0.106. 1.513

d) 2.036, 3.443, 4.220, 6.256, 7.662, 7.810

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Principal Component Analysis (PCA)
Eigenvalues and Eigenvectors
Covariance Matrix
Data Normalization

Formulas

Covariance matrix: Cov(X) = (1/n-1) * X^T * X
Eigenvector calculation: Covariance matrix * eigenvector = eigenvalue * eigenvector
Normalization: |v| = sqrt(v1^2 + v2^2)

Theorems

Spectral Theorem
Variance Maximization in PCA

Suitable Grade Level

Undergraduate/Advanced High School