Skip to content

Dimensionality Reduction

It reduces the number of input variables in a dataset to find a lower-dimensional representation that still preserves the salient relationships in the data.

it is classified as unsupervised learning techniques sometimes, for some subgroups that don’t require labeled data.

Many of the Unsupervised learning methods implement a transform method that can be used to reduce the dimensionality.



PCA - Principal Component Analysis

PCA ([Principal Component Analysis](https://en.wikipedia.org/wiki/Principal_component_analysis))


ICA - Independent Component Analysis

i.e. Independent Component Analysis (ICA)

TBC….


T-SNE - T-distributed Stochastic Neighbor Embedding

T-SNE - T-distributed Stochastic Neighbor Embedding


Extended reading:

Comments