Skip to content

vraxzeztan/Cifar-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cifar-10

The CIFAR-10 Dataset

  • Contains 10 categories of images
  • airplane
  • automobile
  • bird
  • cat
  • deer
  • dog
  • frog
  • horse
  • ship
  • truck

About the Dataset

The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

The dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class.

Link to Dataset

https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz

Results

Accuracy - 74.45%

Predictions

image info image info image info image info

Releases

No releases published

Packages

No packages published