diff --git a/questions/ml.yml b/questions/ml.yml index f1c56d4..20e725c 100644 --- a/questions/ml.yml +++ b/questions/ml.yml @@ -82,3 +82,22 @@ - dimensionality-reduction diff: easy ref: NULL + + - title: Principal component reduction in Machine Learning + type: mcq + text: Identify whether true or false: In PCA the number of input dimensions is equal to principal components. + opt: + - True + - False + ans: + - True + q_img: NULL + sol:In PCA the number of input dimensions is equal to principal components. + + sol_img: NULL + tags: + - Principal Component reduction + - dimensionality-reduction + diff: easy + ref: NULL +