uoft-cs/cifar10
Viewer • Updated • 60k • 402k • 117
A simple linear classification model for the CIFAR-10 dataset with a single fully connected layer consisting of 3072 input channels and 10 output channels.
Image samples in the CIFAR-10 dataset with the following transformations pre-applied.
[0, 255] to float in range [0, 1](height, width, channels) to (channels, height, width)10 raw logits per image corresponding to the 10 categories in the CIFAR-10 dataset
Apache 2.0