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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Are features preserved in dimensionality reduction?

A

No are transformed into a smaller feature vector. It is considered a compression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Are features preserved with feature selection?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the types of dimensionality reduction.

A

PCA (linear)
Locally linerar embedding
t-SNE
MDS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are manifold learning techniques?

A

They are a subset of nonlinear models of dimensionality reduction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly