Data Preprocessing

From Ufldl

Jump to: navigation, search
(MNIST Handwritten Digits)
Line 89: Line 89:
=== MNIST Handwritten Digits ===
=== MNIST Handwritten Digits ===
-
The MNIST dataset has pixel values in the range <math>[0, 255]</math>. We thus start with simple rescaling to shift the data into the range <math>[0, 1]</math>. In practice, removing the mean-value per example can also help feature learning. ''Note: While one could also elect to use PCA/ZCA whitening if desired, this is not often done in practice.''
+
The MNIST dataset has pixel values in the range <math>[0, 255]</math>. We thus start with simple rescaling to shift the data into the range <math>[0, 1]</math>. In practice, removing the mean-value per example can also help feature learning. ''Note: While one could also elect to use PCA/ZCA whitening on MNIST if desired, this is not often done in practice.''

Revision as of 07:32, 29 April 2011

Personal tools