In PCA, what are the principal components?

Prepare for the GARP Risk and AI (RAI) Exam with targeted quizzes. Utilize flashcards, multiple-choice questions, and detailed explanations to enhance learning. Ace your exam with our comprehensive quiz!

Multiple Choice

In PCA, what are the principal components?

Explanation:
Principal components are the orthogonal directions in the feature space along which the data varies the most when you project onto them. The first principal component points along the direction of maximum variance; the second is the next independent direction (perpendicular to the first) with the next highest variance, and so on. These directions are the eigenvectors of the centered data's covariance matrix (or, equivalently, the left singular vectors in the SVD of the centered data). Each component has an associated eigenvalue that quantifies how much variance it explains, which lets you decide how many to keep for dimensionality reduction. They are linear combinations of the original variables, uncorrelated due to orthogonality, and they are not nonlinear transforms, random projections, or discrete clusters.

Principal components are the orthogonal directions in the feature space along which the data varies the most when you project onto them. The first principal component points along the direction of maximum variance; the second is the next independent direction (perpendicular to the first) with the next highest variance, and so on. These directions are the eigenvectors of the centered data's covariance matrix (or, equivalently, the left singular vectors in the SVD of the centered data). Each component has an associated eigenvalue that quantifies how much variance it explains, which lets you decide how many to keep for dimensionality reduction. They are linear combinations of the original variables, uncorrelated due to orthogonality, and they are not nonlinear transforms, random projections, or discrete clusters.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy