cifar-10
This is an image recognition competition on Kaggle
- Link: Cifar-10
- Network: Ref to Simple network
- This network got a score of 0.73230
How to run
- Training data and testing data should be put in the 'data' folder (train/test folder separately)
- trainLabels.csv should be put in 'data' folder
-
python pre_classified.py python train.py python test.py
- The result will be saved in result.csv