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

https://github.com/vanities/pca_analysis

Principle Component Analysis of the Iris and Cancer data set
https://github.com/vanities/pca_analysis

Last synced: about 1 year ago
JSON representation

Principle Component Analysis of the Iris and Cancer data set

Awesome Lists containing this project

README

          

# PCA_Analysis
Principle Component Analysis of the Iris and Cancer data set

Check out
> MNIST_Iris.ipynb

to see the Principle Component 1 and 2 of the Iris data set

![iris data set](https://github.com/vanities/PCA_Analysis/blob/master/images/iris.png)

and the MNIST cluster data set

![MNIST data set](https://github.com/vanities/PCA_Analysis/blob/master/images/mnist.png)

Check out
> cancer.ipynb

to see a boolean Wisconsim Data Breast Cancer set

![WDBC data set](https://github.com/vanities/PCA_Analysis/blob/master/images/WDBC.png)

and a multicomponent Wisconsim Data Breast Cancer set

![WDBC2 data set](https://github.com/vanities/PCA_Analysis/blob/master/images/WDBC2.png)