lucko515 / dataset-dimensionality-reduction-python

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%