Skip to content

bhattbhavesh91/pca-from-scratch-iris-dataset

Repository files navigation

PCA on IRIS Dataset

The main purposes of a principal component analysis are the analysis of data to identify patterns and finding patterns to reduce the dimensions of the dataset with minimal loss of information.

Here, our desired outcome of the principal component analysis is to project a feature space (our dataset consisting of n-dimensional samples) onto a smaller subspace that represents our data "well". A possible application would be a pattern classification task, where we want to reduce the computational costs and the error of parameter estimation by reducing the number of dimensions of our feature space by extracting a subspace that describes our data "best".

Principal Component Analysis (PCA) from Scratch in Python

To view the video

Principal Component Analysis (PCA) from Scratch in Python

Follow Me

About

Implementing PCA from Scratch for iris dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published