From 0bba27a7e6ab6be55dcbc879a2234e2bd4afb0d6 Mon Sep 17 00:00:00 2001 From: ArushikaBansal <99948394+ArushikaBansal@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:06:48 +0530 Subject: [PATCH] Added a question --- questions/ml.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 +