Principal component analysis (PCA)
After a longer break I continued working on my machine learning basics repository which implements fundamental machine learning algorithms in plain Python. This time, I took a detailed look at principal component analysis (PCA). The blog post below contains the same content as the original notebook. You can run the notebook directly in your Browser using Binder.
1. What is PCA? In simple terms, principal component analysis (PCA) is a technique to perform dimensionality reduction.