What is dimensionality reduction?
Dimension Reduction refers to the process of converting a set of data having vast dimensions into data with lesser dimensions ensuring that it conveys similar information concisely. These dimensionality reduction techniques are typically used while solving machine learning problems to obtain better features for a classification or regression task.
What are the different dimensionality reduction techniques?
There are multiple dimensionality reduction techniques for machine learning. There are name of some of them:
- Missing Value Ratio
- Low Variance Filter
- High Correlation Filter
- Random Forest
- Backward Feature Elimination
- Forward Feature Selection
- Factor Analysis
- Principal Component Analysis (PCA)
- Independent Component Analysis
- Methods Based on Projections
- t-Distributed Stochastic Neighbor Embedding (t-SNE)
- UMAP