February 2021
Intermediate to advanced
330 pages
7h 11m
English
In this chapter, we will learn about principal component analysis (PCA), which is a core machine learning technique that reduces the dimensionality of large datasets to determine which variables can best explain strong patterns in data. We will first introduce some mathematical concepts about orthogonal matrices and bases. Then, we will explain the method and look at the scikit-learn library's implementation of PCA. Lastly, we will apply PCA to some real-world data.
In this chapter, we will cover the following topics:
Read now
Unlock full access