Skip to content

thinhtoohan/vgg-11_cifar-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

VGG-11 on CIFAR-10 Dataset

About

This is the implementation of VGG-11 model using PyTorch. The goal is to build a VGG model from scratch using PyTorch modules which is then trained on CIFAR-10 Dataset. After training for 20 epochs, the accuracy for testing set is around 80%. The parameters are then saved for practicing purposes.

VGG Model

VGG stands for Visual Geometry Group. It is a Convolutional Neural Network(CNN) architecture with convolution blocks followed by fully-connected layers. VGG-11, for example, has 8 convolutional layers and 3 fully-connected layers, hence it is called VGG-11. The original paper can be found here.

Dataset

CIFAR-10 dataset consists 60000 32x32 RGB images of 10 different classes. There are 50000 training images and 10000 test images. The categories are airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck. This dataset can be downloaded here.

About

VGG-11 trained on CIFAR-10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published