Exercise: PCA in 2D

From Ufldl

Jump to: navigation, search
(Step 1a: Implement PCA)
Line 1: Line 1:
-
In this exercise you will implement PCA and PCA whitening, as described in the notes, to generate the images displayed in the notes yourself. You will build on the starter code that has been provided to you at LOCATION HERE. You need only write code at the places indicated by "YOUR CODE HERE" in the files. The only file you need to modify is <tt>pca_2d.m</tt>. Implementing this exercise will make the following exercise significantly simpler.
+
In this exercise you will implement PCA and PCA whitening, as described in the notes, to generate the images displayed in the notes yourself. You will build on the starter code that has been provided to you at LOCATION HERE. You need only write code at the places indicated by "YOUR CODE HERE" in the files. The only file you need to modify is <tt>pca_2d.m</tt>. Implementing this exercise will make the next exercise significantly easier to understand and complete.
=== Step 0: Load data ===
=== Step 0: Load data ===

Revision as of 22:20, 7 April 2011

Personal tools