S16201512 / mnist

这是一个基于numpy实现的手写数字识别的demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

script文件夹

- main.py 主函数
- network.py 两次的神经网络结构
- util.py 存放了各种所需功能函数

数据

- 数据训练集60000张图,测试集10000张图,为mnist数据集
- t10k-images-idx3-ubyte.gz
- t10k-labels-idx1-ubyte.gz
- train-images-idx3-ubyte.gz
- train-labels-idx1-ubyte.gz

执行

python ./script/main.py

训练损失结果图

image

测试准确度结果图

image

About

这是一个基于numpy实现的手写数字识别的demo

License:Apache License 2.0


Languages

Language:Python 100.0%