Lecture 15 - Dimensionality Reduction Flashcards
1
Q
What is dimensionality reduction?
A
It is an unsupervised approach that transforms the feature vectors into a lower dimensional space.
2
Q
Are features preserved in dimensionality reduction?
A
No are transformed into a smaller feature vector. It is considered a compression.
3
Q
Are features preserved with feature selection?
A
Yes
4
Q
List the types of dimensionality reduction.
A
PCA (linear)
Locally linerar embedding
t-SNE
MDS
5
Q
What is PCE and how does it work?
A
Principal component analysis looks for a combination of features that captures the variance of the original features.
6
Q
What are manifold learning techniques?
A
They are a subset of nonlinear models of dimensionality reduction.