Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomekkorbak/cifar10-experiments

I explore CIFAR-10 dataset, estabilish a kNN benchmark, extract features using a pre-trained ConvNet and then fit and evaluate an SVM classifier
https://github.com/tomekkorbak/cifar10-experiments

cifar10 convolutional-codes inception-v3 pytorch pytorch-cnn transfer-learning

Last synced: 5 days ago
JSON representation

I explore CIFAR-10 dataset, estabilish a kNN benchmark, extract features using a pre-trained ConvNet and then fit and evaluate an SVM classifier

Awesome Lists containing this project

README

        

# cifar10-experiments

My experiments with CIFAR-10 dataset. I the notebook I explore the dataset, estabilish a kNN benchmark, extract features using a pre-trained ConvNet and then fit and evaluate an SVM classifier.