handwritten-digit-recognition 通过numpy数学库和mnist数据集实现手写数字识别的程序。 需要的环境 python 3.5 numpy库 matplotlib 库(用于显示数字图像) 运行 直接运行test.py即可 说明 神经网络 使用全连接神经网络。784 - 30 - 10 network_plus.py 文件是对 Network改进后的 在Network中存在很多不必要的操作。