My favorites | Sign in
Google
                
Search
for
Updated Oct 21, 2008 by dumitru.erhan
BenchmarkDatasets  
Benchmark datasets readily usable for (deep)Torch.

MNIST

As described here, this is the standard digit classification benchmark. The archive containing the training, validation and test file can be downloaded from here. The archive contains 3 files, each of them having 785 columns (28x28 grayscale pixel values followed by the label, 0 to 9):

  1. mnist_train.txt: 50,000 examples
  2. mnist_valid.txt: 10,000 examples
  3. mnist_test.txt: 10,000 examples

mnist_test.txt contains the same examples as the official test file.

Flick-10,50,500

Image classification dataset:


Sign in to add a comment