What is dimensionality reduction? Explain in detail.
Answer Posted / Charu Gupta
Dimensionality reduction in Machine Learning (ML) is the process of reducing the number of random variables under consideration, by obtaining a set of principal variables. This is important when dealing with high-dimensional data, as it can help improve model performance and reduce overfitting. Techniques for dimensionality reduction include Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA), and t-Distributed Stochastic Neighbor Embedding (t-SNE).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers