Problem
In class programming problem: classifying 14 x 14 MNIST imagesAfter class improvement
- Chad DeChant: 0.833% with dropout. See Chad's code
- Chad DeChant: 0.95% testing error with
RMSprop
(introduction)
- no pooling in conv layers
- smaller conv filters: 3x3
- rectified linear units
- Christopher Cleveland and Zheng Shou: 1.3%