8 Flashcards
Why reduce dimensionality and what are the drawbacks
To speed up training
To visualize data
Compression
Information is lost
It can be intensive
It adds complexity
Transformed features are hard to interpret
Whats the curse of dimensionality
The more dimensions the more likely over fitting is
The harder it is to identify patterns
More training data is required
Can dimensionality reduction be reversed
Its impossible for full reconstruction - however sometimes an attempt can be made
Can PCA reduce dimensionality of a non linear data set
Yes as it can get rid of useless dimensions however if there are no useless dimensions then it can’t be done
How can you evaluate performance of dimensionality reduction
Apply the reverse then measure reconstruction error
Should you chain dimensionality reduction algorithms
Yes this is often useful as it may save time