lunarwhite / which-digit-zh

Try BPNN on mnist. BP 神经网络识别中文数字

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which-digit-zh

GitHub Repo stars GitHub watchers GitHub forks GitHub top language GitHub License

Overview

Simplified chinese handwritten digit(character) images recognization. Implemented BP(back propagation) neural network by Matlab. 手写 BP 神经网络实现机器学习领域的 hello world: mnist 数据集图像识别

Kaggle link: https://www.kaggle.com/gpreda/chinese-mnist

Layout

  • data/:数据集
  • document/:文档 PDF+Slides
  • source/:源代码
  • README.md:此文档

Setup

  • 配置完成基本 Matlab 环境
  • source/main.m 中的读取路径改为当前数据集路径
  • 运行 main.m 观察所得结果

About

Try BPNN on mnist. BP 神经网络识别中文数字

License:MIT License


Languages

Language:MATLAB 100.0%