The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A widely respected textbook in statistical learning, providing a thorough treatment of PCA as a dimensionality reduction technique within a broader machine learning context.
Linear Algebra and Learning from Data, Gilbert Strang, 2019 (Wellesley-Cambridge Press) - A textbook directly connecting linear algebra concepts like eigenvalues and eigenvectors to their use in machine learning algorithms, including PCA.
Principal Component Analysis (PCA), Andrew Ng, 2020Stanford CS229 Machine Learning Course Notes (Stanford University) - Course notes from a highly influential machine learning curriculum, presenting a practical and intuitive explanation of PCA's mathematical foundations and applications.