手写体数字识别(Python+TensorFlow)
使用Python+TensorFlow,全连接的神经网络,基于MNIST数据集。数据集包含60000张训练图片,10000张测试图片。MNIST_model文件夹是已经训练30000次的模型,也可以自己再训练。app.py文件可以测试自己的图片。 也可以到github下载https://github.com/BuXianShan/Handwritten-Numeral-Recognition
使用Python+TensorFlow,全连接的神经网络,基于MNIST数据集。数据集包含60000张训练图片,10000张测试图片。MNIST_model文件夹是已经训练30000次的模型,也可以自己再训练。app.py文件可以测试自己的图片。 也可以到github下载https://github.com/BuXianShan/Handwritten-Numeral-Recognition