Using the MNIST Dataset

From Ufldl

Jump to: navigation, search
Line 14: Line 14:
% We are using display_network from the autoencoder code
% We are using display_network from the autoencoder code
-
display_network(images);
+
display_network(images(:,1:100)); % Show the first 100 images
disp(labels(1:10));
disp(labels(1:10));
</syntaxhighlight>
</syntaxhighlight>

Revision as of 06:04, 28 April 2011

Personal tools