https://github.com/imane0x/image-classification-cifar-10
https://github.com/imane0x/image-classification-cifar-10
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imane0x/image-classification-cifar-10
- Owner: imane0x
- Created: 2023-11-10T19:07:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T22:21:41.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:42:48.427Z (4 months ago)
- Language: Jupyter Notebook
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Classification on CIFAR-10 dataset
In this project, we explored the applicability of three different approaches for tackling image classification problem on CIFAR-10 dataset:- ***SVM*** classifier trained on ***HOG*** features.
- ***CNN***-based model.
- **Transfer learning** with ***VGG-16***.