Exercise:PCA and Whitening

From Ufldl

Jump to: navigation, search
Line 16: Line 16:
==== Step 0b: Zero mean the data ====
==== Step 0b: Zero mean the data ====
-
You should then center the data at zero by subtracting the "mean image" from each image.
+
You should then center the data at zero by subtracting the per-example mean (separately for each example, compute the mean and subtract this value from that example).
=== Step 1: Implement PCA ===
=== Step 1: Implement PCA ===

Revision as of 07:23, 29 April 2011

Personal tools