Skip to content

仅使用 numpy 手动构造的手写数字识别

Notifications You must be signed in to change notification settings

BugNotFoundX/MNIST

Repository files navigation

MNIST

仅使用numpy手动构造的手写数字识别

所用BP神经网络算法参见(建议下载后用Typora打开):《BP神经网络》

Usage

  1. 安装Python>=3.10
  2. 执行以下命令
    git clone https://github.com/FvTao/MNIST.git
    cd MNIST
    pip3 install numpy matplotlib
    python3 main.py

About

仅使用 numpy 手动构造的手写数字识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages