Build model CNN for classification task on CIFAR 10 dataset. The CIFAR 10 datasets: 500000 training set and 10000 testing set
The our model achived accuracy for dataset: 0.661
pip install keras
pip install matplotlib
pip install numpy
python demo_cnn_cifar10.py