π±πΆ Transfer Learning on AlexNet for Cats vs. Dogs Classification
This model fine-tunes AlexNet using Transfer Learning to classify images into two categories: Cats and Dogs.
π Model Details
- Pre-trained Model: AlexNet
- Dataset Used: Cats-Dogs
- Batch Size: 8
- Learning Rate: 0.001
- Epochs: 5
π Baseline Performance (Before Transfer Learning)
Validation Accuracy: 40.66%
Precision: 0.3983
Recall: 0.4066
F1-score: 0.3942
Confusion Matrix: [[659 1841] [1126 1374]]
β Performance After Training
Training Accuracy: 92.40%
- Precision: 0.9250
- Recall: 0.9240
- F1-score: 0.9240
Confusion Matrix: [[9486 514] [1006 8994]]
Validation Accuracy: 94.10%
- Precision: 0.9425
- Recall: 0.9410
- F1-score: 0.9410
Confusion Matrix: [[2425 75] [ 220 2280]]
You can download the model from Hugging Face.
- Downloads last month
- 9
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support