Skip to content

Experiments on CIFAR-10 dataset with ResNet Architecture

License

Notifications You must be signed in to change notification settings

veeravignesh1/DL-ResNet

Repository files navigation

ResNet

Team

We used CIFAR-10 dataset for our experiments with ResNet Architecture. Experiments where conducted with base model as ResNet-18 to tune various parameters and the best hyperparameters where then progressively applied to deeper models.

EDA of the data was done to understand the various class of the image and effect of transformation on the image.

Hyper Parameters:

  • Batch Size - 32,64,128,256,512
  • Epoch - 10,20,40,60,80
  • Optimizer - Adam (with & without weight decay), SGD (with & without momentum and weight decay)
  • Transformation - RandomCrop,Random Rotation, Padding, Colorjitter, Normalization
  • Learning Rate - Dynamic learning rate

Experiments conducted are available in the folder. Based on the experiments HyperParameters where choosen for further experiments

Results

Model Accuracy
ResNet-18 91.07%
ResNet-34 91.96
ResNet-152 87.01

About

Experiments on CIFAR-10 dataset with ResNet Architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published