Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 555 Bytes

Projections into lower dimensional spaces

Feature projection (also called feature extraction) transforms the data from the high-dimensional space to a space of fewer dimensions. The data transformation may be linear, as in principal component analysis (PCA), but many nonlinear dimensionality reduction techniques also exist, for example multidimensional scaling (MDS), t-distributed stochastic neighbor embedding (t-SNE), etc.

Results of projection in multidimensional space

PCA.jpg MDS.jpg TSNE.jpg