Python的图像处理举例 ## 我们使 用一 个简单的CNN神经网 络进行 手写数字的识别, 可以达到 之前 算法多得多 的多的准确率 '''Trains a simple convnet on the MNIST dataset. Gets to 99.25% test accuracy after 12 epochs (there is still a lot of margin for parameter tuning). 16 seconds per epoch on a GRID K520 GPU.“”“