The Mathematics Behind Principal Component Analysis
Mathematics Behind PCA
Principal Component Analysis (PCA) is a dimensionality reduction technique used in machine learning and statistics to transform a dataset with many correlated variables into a smaller set of uncorrelated variables called principal components.
Steps behind Principal Component Analysis.
Step 2: Compute the mean of every dimension of the whole dataset.
Matrix 1: The "E-Commerce Customer" Data
This matrix represents customer behavior on a shopping website. It’s perfect for teaching Customer Segmentation.
Features: Number of Visits, Items in Cart, Total Spend (normalized).
Matrix 2: The "Sensor Reading" Data
This matrix represents technical readings from a manufacturing machine. This is great for teaching Anomaly Detection.
Features: Temperature (°C), Vibration Level, Power Consumption.
Matrix 3: The "Social Media Engagement" Data
This matrix tracks the performance of different posts. This is a classic use case for Feature Weighting.
Features: Likes, Shares, Comments.
Comments
Post a Comment