Exercise:Vectorization

From Ufldl

Jump to: navigation, search
Line 21: Line 21:
The following set of parameters worked well for us to learn good features on the MNIST dataset:
The following set of parameters worked well for us to learn good features on the MNIST dataset:
-
  patchSize: 28x28 patches
+
  visibleSize = 28*28
  sparsityParam = 0.1
  sparsityParam = 0.1
  lambda = 3e-3
  lambda = 3e-3

Revision as of 05:59, 28 April 2011

Personal tools