Exercise:Vectorization

From Ufldl

Jump to: navigation, search
(Vectorization)
 
Line 7: Line 7:
The following additional files are required for this exercise:
The following additional files are required for this exercise:
* [http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz MNIST Dataset (Training Images)]
* [http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz MNIST Dataset (Training Images)]
 +
* [http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz MNIST Dataset (Training Labels)]
* [[Using the MNIST Dataset | Support functions for loading MNIST in Matlab ]]
* [[Using the MNIST Dataset | Support functions for loading MNIST in Matlab ]]
Line 54: Line 55:
As with the first problem, the autoencoder should learn edge features. Your code should run in under 10 minutes on a reasonably fast machine. If it takes significantly longer, check your code and ensure that it is vectorized.
As with the first problem, the autoencoder should learn edge features. Your code should run in under 10 minutes on a reasonably fast machine. If it takes significantly longer, check your code and ensure that it is vectorized.
-
[[Category:Exercises]]
+
[[Category:Exercises]] -->
 +
 
 +
 
 +
{{Vectorized Implementation}}

Latest revision as of 11:00, 26 May 2011

Personal tools