An open API service indexing awesome lists of open source software.

https://github.com/olekscode/examples-pca-tsne

Some examples of using PCA and t-SNE for dimensionality reduction in Python and R
https://github.com/olekscode/examples-pca-tsne

data-science dimensionality-reduction examples pca t-sne

Last synced: 3 months ago
JSON representation

Some examples of using PCA and t-SNE for dimensionality reduction in Python and R

Awesome Lists containing this project

README

        

# Examples of PCA and t-SNE
In this repository I reproduce some well-known examples of using PCA and t-SNE for dimensionality reduction in Python and R.

## Python examples
* [Visualizing Iris Dataset using PCA and t-SNE](https://github.com/olekscode/Examples-PCA-tSNE/blob/master/Python/Visualizing%20Iris%20Dataset%20using%20PCA%20and%20t-SNE.ipynb)
* [Faces Dataset Decomposition](https://github.com/olekscode/Examples-PCA-tSNE/blob/master/Python/Faces%20Dataset%20Decomposition.ipynb)

## R examples
* [Visualizing Iris Dataset using PCA](https://olekscode.github.io/Examples-PCA-tSNE/R/Visualizing%20Iris%20Dataset%20using%20PCA.nb.html)