Skip to content

Dimensionality reduction is the process of reducing the number of features or dimensions in a dataset. This can be useful for reducing the complexity of a dataset and making it easier to work with.

License

Notifications You must be signed in to change notification settings

guillaumelauzier/Dimensionality_reduction_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dimensionality_reduction_algorithms

Dimensionality reduction is the process of reducing the number of features or dimensions in a dataset. This can be useful for reducing the complexity of a dataset and making it easier to work with. Here is an example of code implementing two common dimensionality reduction algorithms, principal component analysis (PCA) and t-distributed stochastic neighbor embedding (t-SNE), in C++.

About

Dimensionality reduction is the process of reducing the number of features or dimensions in a dataset. This can be useful for reducing the complexity of a dataset and making it easier to work with.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages