Name some feature extraction techniques used for dimensionality reduction?
Answer Posted / Vaibhav Tyagi
Principal Component Analysis (PCA) is a popular technique that transforms the data into a new coordinate system, retaining most of the variance in fewer dimensions. Another method is t-distributed Stochastic Neighbor Embedding (t-SNE), which attempts to preserve local and global structure of high dimensional data while reducing its complexity. Other techniques include Independent Component Analysis (ICA) and Local Linear Embedding (LLE).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers