Skip to content

trizkynoviandy/cifar10-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR-10 Image Classification using PyTorch

This repository contains a PyTorch implementation of a deep neural network for image classification on the CIFAR-10 dataset. The dataset consists of 60,000 32x32 color images in 10 classes, with 6,000 images per class. There are 50,000 training images and 10,000 test images.

Results

The model achieves an accuracy of around 53% on the test set.

Requirements

In order to run the notebook, you will need to have the following packages installed:

  • PyTorch
  • numpy
  • matplotlib

References

The tutorial for the following notebook is obtained from Pytorch official tutorials.

About

Classifiy CIFAR10 dataset with PyTorch

Topics

Resources

Stars

Watchers

Forks