digit-recognizer Use CNN to achieve 99% in digit recognizer Download Data Download training & testing data from kaggle Quick Start Command Format: python3.6 cnn.py (training data path) (testing data path) (predict output path) Example: python3.6 cnn.py ./train.csv ./test.csv ./res.csv