/kaggle-cifar

Code for the CIFAR-10 competition at Kaggle, uses cuda-convnet

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Code for the CIFAR-10 competition at Kaggle

See http://fastml.com/cifar-convolutions-or-object-recognition-in-images for description.

make_test_batches.py - convert test images into cuda-convnet batch files
predict.py - produce a predictions file in Kaggle format from `--write-features` batches
predict_multiview.py - produce a predictions file in Kaggle format 
	from a multiview predictions file (lower error)
shownet.py - a version with `--write-predictions` and `--multiview-test`