leihao1 / CNN-CIFAR-10-Image-Classification

Implemented CNN for CIFAR-10 image classification task using Pytorch, dimension reduction was done by PCA and t-SNE.
3 stars 0 forks source link
cifar-10 cnn image-classification pca pytorch-cnn sklearn t-sne

CNN-CIFAR-10-Image-Classification

Simple CNN for CIFAR-10 image classification task using Pytorch

Dataset

CIFAR-10

CNN

PCA

Reduce to 50 components by scikit-learn PCA, plot first two components. pca

t-SNE

Further reduce to two dimension by t-SNE in sklearn. t-SNE

Result

92.8% accuracy after 30 epochs.

Run

Reference