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.
-
Notifications
You must be signed in to change notification settings - Fork 0
mokot/text-feature-projection
About
Projections into lower dimensional spaces using PCA, MDS and t-SNE