Using the MNIST Dataset

From Ufldl

Jump to: navigation, search
(Usage)
Line 14: Line 14:
% We are using display_network from the autoencoder code
% We are using display_network from the autoencoder code
-
display_network(reshape(images,28 * 28,[]));
+
display_network(images);
disp(labels(1:10));
disp(labels(1:10));
</syntaxhighlight>
</syntaxhighlight>

Revision as of 06:03, 28 April 2011

Personal tools