Correct Answer: D. Singular values indicating the strength of corresponding latent directions
Explanation:
Singular values quantify how much matrix structure is associated with each paired singular-vector direction. They are conventionally ordered from largest to smallest.
Correct Answer: A. Left singular vectors associated with directions in the row-observation space
Explanation:
U contains orthonormal directions on the left side of the matrix transformation. Together with singular values, they describe how observations load onto latent dimensions.
SVD factors a matrix into left singular vectors, singular values, and right singular vectors. The factorization exists for any real or complex matrix under the standard formulation.
Correct Answer: C. It can remove irrelevant dimensions that make distances and density estimates unreliable
Explanation:
High-dimensional spaces are sparse, and local relationships can become difficult to estimate. Reducing the space to informative directions can restore meaningful structure.
Correct Answer: B. Representing data with fewer variables while retaining important structure
Explanation:
Dimensionality reduction compresses the feature space into a smaller representation. The aim is to preserve information relevant to analysis, visualization, or prediction.
Correct Answer: C. Reduced redundancy and potentially clearer interpretation
Explanation:
Redundant features add complexity without contributing much independent information. Removing one can simplify the model and reduce instability in some algorithms.
Correct Answer: A. Using test information to select features would leak information into model development
Explanation:
Test data must represent unseen cases and cannot influence which variables the model receives. Selection based on all data can make the final evaluation optimistically biased.
Correct Answer: A. Starts with a broad feature set and removes features step by step
Explanation:
Backward elimination begins with all candidate variables and assesses which one can be removed with least harm. It requires that the initial model can be fitted using the full set.