Can you name some feature extraction techniques used for dimensionality reduction?
Answer Posted / Murari Lal
Feature extraction techniques are used to transform the original high-dimensional data into a lower-dimensional representation while preserving essential information. Some common feature extraction methods for dimensionality reduction include Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA), Independent Component Analysis (ICA), and Factor Analysis. These techniques aim to find linear combinations of the original features that maximize variance, discriminate between classes, or capture underlying factors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers