Wolfram Computation Meets Knowledge

CIFAR-10

CIFAR-10 computer-vision training dataset

The CIFAR-10 dataset contains 50,000 training and 10,000 test images of 10 object classes ("airplane", "automobile", "bird", "cat", "deer", "dog", "frog", "horse", "ship", "truck"). Each image is an RGB image of size 32x32.

Examples

Basic Examples

Retrieve the resource:

In[1]:=
ResourceObject["CIFAR-10"]
Out[1]=

View the data:

In[2]:=
ResourceData["CIFAR-10"]
Out[2]=

Analysis

Obtain a random sample of training data:

In[3]:=
train = RandomSample[ResourceData["CIFAR-10"], 100]
Out[3]=

Train a classifier:

In[4]:=
c = Classify[train]
Out[4]=

Obtain general information about the classifier:

In[5]:=
ClassifierInformation[c]
Out[5]=

Obtain a random sample of test data:

In[6]:=
test = RandomSample[ResourceData["CIFAR-10", "TestData"], 10]
Out[6]=

Generate a ClassifierMeasurementsObject of the classifier with the test set:

In[7]:=
cm = ClassifierMeasurements[c, test]
Out[7]=

Visualize the accuracy of the classifier:

In[8]:=
cm["ConfusionMatrixPlot"]
Out[8]=

Wolfram Research, "CIFAR-10" from the Wolfram Data Repository (2018) https://doi.org/10.24097/wolfram.83212.data

Data Resource History

Source Metadata

Publisher Information