Dimensionality Reduction using PCA on Iris Dataset using Jupyter Notebook.
Download code from this link https://professorjacademy.blogspot.co...
Principal component analysis (PCA) is a technique for reducing the dimensionality of such datasets, increasing interpretability but at the same time minimizing information loss. It does so by creating new uncorrelated variables that successively maximize variance.
#DimensionalityReduction #PrincipalComponentAnalysis #CodeinDescriptionofVideo