Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions questions/ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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