Skip to content

Projections into lower dimensional spaces using PCA, MDS and t-SNE

Notifications You must be signed in to change notification settings

mokot/text-feature-projection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Projections into lower dimensional spaces using PCA, MDS and t-SNE

Resources

Stars

Watchers

Forks

Languages