Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 529 Bytes

File metadata and controls

23 lines (14 loc) · 529 Bytes

CIFAR10 Classification Problem Solving

We're using convolutional neural networks here, but there are some other approaches shown.

Prerequisites

You need a scientific Python to run this code. I recommend Anaconda Python, available here.

Setup

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

Run python classifier.py to run the classifier.

License

MIT.