dataset-dimensionality-reduction-python
dataset-dimensionality-reduction-python copied to clipboard
Here I've demonstrated how and why should we use PCA, KernelPCA, LDA and t-SNE for dimensionality reduction when we work with higher dimensional datasets.
Dimensionality reduction using Python
In this repository you will find 3 different use cases of dimensionality reduction algorithms in practice.
Note: In the folder algorithms_numpy you will find custom implementation of PCA algorithm using only numpy.
More datails
Each project has its own README where you will find more information about a project itself.
License
Each project has MIT license