用keras实验mnist数据
# -*- coding: utf-8 -*-"""Created on Mon Oct 30 19:44:02 2017@author: user"""from __future__ import print_function# 导入numpy库, numpy是一个常用的科学计算库,优化矩阵的运算import numpy as npnp.random.seed(1337)# 导入mn