FCNNeuralNetworkDemoForHandwrittenDigits 手写数字识别全连接神经网络教学Demo 将digits.zip解压到net.py,安装好环境即可运行,注意切换到master分支才能看到需要的文件: git clone https://github.com/MisakaMikoto128/FCNNeuralNetworkDemoForHandwrittenDigits.git cd FCNNeuralNetworkDemoForHandwrittenDigits git checkout master 参考文章: 【深度学习】手把手教你写“手写数字识别神经网络“,不使用任何框架,纯Numpy