CIFAR-10 Image Classifier

This project demonstrates a CIFAR-10 image classification model. You can view images from the dataset, see the model's predictions, and compare them with the actual labels.

Image
CIFAR-10 Image
Prediction

Label

Training Method

The model was trained using a ResNet architecture on the CIFAR-10 dataset. The ResNet architecture used in this project includes:

The training process involved data augmentation techniques such as:

The model was optimized using the Adam optimizer, and cross-entropy loss was used as the loss function. The training was conducted over 100 epochs with a batch size of 64.

Detailed Training Steps:

Model Performance:

Achieved a test accuracy of 93.6% on the CIFAR-10 test set after 100 epochs, contributing to a score that placed top 3 on the Kaggle leaderboard during a university competition.