Kaggle Digit Recognizer

這是進入 Kaggle 的第一個試題:Kaggle digit recognizer。 這是一個用 CSV 儲存的 MNIST 問題,因此選用 CNN 來解決。資料格式如下: If we omit the “pixel” prefix, the pixels make up the image like this: 000 001 002 003 ... 026 027 028 029 030 031 ... 054 055 056 057 058 059 ... 082 083 | | | | ... | | 728 729 730 731 ... 754 755 756 757 758 759 ... 782 783 The test data set, (test.csv), is the same as the training set, except that it does not contain the “label” column. Your submission file should be in the following format: ...

2017-06-05 · 1 min read · 148 words · KbWen · ZH