pca-from-scratch-iris-dataset
pca-from-scratch-iris-dataset copied to clipboard
Implementing PCA from Scratch for iris dataset
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
- Click here
- Click on the image below