Simple CNN for CIFAR-10 image classification task using Pytorch
Reduce to 50 components by scikit-learn PCA, plot first two components.
Further reduce to two dimension by t-SNE in sklearn.
92.8% accuracy after 30 epochs.
conda create -n your_env_name python=3.7.5
conda activate your_env_name
pip install --user --requirement requirements.txt
jupyter notebook