Exercise:PCA and Whitening

From Ufldl

Jump to: navigation, search
(Initial port from MATLAB exercise comments)
(Step 4b: Check covariance)
Line 37: Line 37:
Visualise the covariance matrix. You should see a red line across the diagonal against a blue background.
Visualise the covariance matrix. You should see a red line across the diagonal against a blue background.
-
=== Step 5: ZCA whitening
+
=== Step 5: ZCA whitening ===
Now implement ZCA whitening to produce the matrix xZCAWhite. Visualise the data and compare it to the raw data. You should observe that whitening results in, among other things, enhanced edges.
Now implement ZCA whitening to produce the matrix xZCAWhite. Visualise the data and compare it to the raw data. You should observe that whitening results in, among other things, enhanced edges.
Visualise the data, and compare it to the raw data. You should observe that the whitened images have enhanced edges.
Visualise the data, and compare it to the raw data. You should observe that the whitened images have enhanced edges.

Revision as of 04:03, 3 April 2011

Personal tools