Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Noise Reduction | Results Analysis
Principal Component Analysis
course content

Course Content

Principal Component Analysis

Noise Reduction

Let's look at the way PCA works, when the algorithm does not act as a data processing stage, but as the main stage. The task of noise reduction in images is just that case. The pipeline in this case looks like this: we load the noisy data into the model, after which we can process other data using PCA and the model will restore that data. How it works? By reducing the number of main components - literally only the most important elements of the image remain, i.e. noise will be reduced. We use the USPS dataset with numbers and the scikit-learn library:

Let's add some noise to our images:

Create a PCA model:

Let's see what came of it! Initial noisy images:

And here is the result of PCA work:

Is the PCA method designed to reduce noise in the data?

Select the correct answer

Everything was clear?

Section 4. Chapter 4
We're sorry to hear that something went wrong. What happened?
some-alt