仅使用numpy手动构造的手写数字识别
所用BP神经网络算法参见(建议下载后用Typora打开):《BP神经网络》
- 安装
Python>=3.10 - 执行以下命令
git clone https://github.com/FvTao/MNIST.git cd MNIST pip3 install numpy matplotlib python3 main.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
仅使用numpy手动构造的手写数字识别
所用BP神经网络算法参见(建议下载后用Typora打开):《BP神经网络》
Python>=3.10git clone https://github.com/FvTao/MNIST.git
cd MNIST
pip3 install numpy matplotlib
python3 main.py