
Dimensionality Reduction using Python & Principal Component Analysis
Implementing Principal Component Analysis Using PCA In our previous article on Principal Component Analysis, we understood what is the main idea behind PCA. https://medium.com/swlh/intuition-behind-principal-component-analysis-you-ever-wanted-to-understand-af1b8c1ea801?source=friends_link&sk=1229e30362ea0a2cb34ee9b69330793d Where we learned : What Is PCA? Why PCA? The intuition behind PCA? Maths Behind PCA Steps To Compute Principal Components and Get The Reduced Dimensions. As promised in the PCA part 1, it’s time to acquire the practical knowledge of how PCA is implemented using python, using…