Exercise:PCA and Whitening

From Ufldl

Jump to: navigation, search
(Step 5: ZCA whitening)
Line 82: Line 82:
=== Step 5: ZCA whitening ===
=== Step 5: ZCA whitening ===
-
Now implement ZCA whitening to produce the matrix <math>x_{ZCAWhite}</math>. Visualize <math>x_{ZCAWhite}</math> and compare it to the raw data, <math>x</math>. You should observe that whitening results in, among other things, enhanced edges.  Try varying <tt>epsilon</tt> as 1, 0.1, and 0.01</tt> and see what you obtain.   
+
Now implement ZCA whitening to produce the matrix <math>x_{ZCAWhite}</math>. Visualize <math>x_{ZCAWhite}</math> and compare it to the raw data, <math>x</math>. You should observe that whitening results in, among other things, enhanced edges.  Try repeating this with <tt>epsilon</tt> set to 1, 0.1, and 0.01, and see what you obtain.   
<table>
<table>

Revision as of 01:37, 30 April 2011

Personal tools