|
BenchmarkDatasets
Benchmark datasets readily usable for (deep)Torch.
MNISTAs 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):
mnist_test.txt contains the same examples as the official test file. Flick-10,50,500Image classification dataset:
|
Sign in to add a comment