You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exploration of various deep learning CNNs (Alexnet, VGG-16, ResNet) for image classification on dataset Caltech-101. Transfer learning and data augmentation were applied to compare results with the training from scratch approach.
CNNs Algorithms Comparison for Image Classification on Caltech101 Dataset
Evaluation of transfer learning and data augmentation in AlexNet, VGG-16 and ResNet for image classification on Caltech-101.
Experiments are carried out in PyTorch.
🔗 More information about the experiments and discussion available in the report.
About
Exploration of various deep learning CNNs (Alexnet, VGG-16, ResNet) for image classification on dataset Caltech-101. Transfer learning and data augmentation were applied to compare results with the training from scratch approach.