Skip to content

Chandrakant817/PCA-implementation-on-Iris-Dataset

Repository files navigation

PCA-implementation-on-Iris-Dataset (With Brief Information of PCA)

PCA implementation of on Iris Dataset

Unsupervised Learning Algorithm used for Dimensionality Reduction. It is a statistical process that converts the observation of correlated feature into a set linearly uncorrelated feature with the help of Orthogonal transformation

image

Implemented Machine Learning Algorithm

1. RandomForest Algorithm