We're using convolutional neural networks here, but there are some other approaches shown.
You need a scientific Python to run this code. I recommend Anaconda Python, available here.
Download the CIFAR10 data set and put it to datasets/
directory.
Run source set-env.sh
to load appropriate libraries and set data set directory
correctly.
Run python classifier.py
to run the classifier.
MIT.