An open API service indexing awesome lists of open source software.

https://github.com/imane0x/image-classification-cifar-10


https://github.com/imane0x/image-classification-cifar-10

Last synced: 3 months ago
JSON representation

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***.