An open API service indexing awesome lists of open source software.

https://github.com/lunarwhite/which-digit-zh

Try BPNN on mnist. BP 神经网络识别中文数字
https://github.com/lunarwhite/which-digit-zh

image-recognition kaggle matlab neural-network simplified-chinese

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# which-digit-zh

![GitHub Repo stars](https://img.shields.io/github/stars/lunarwhite/which-digit-zh?color=orange)
![GitHub watchers](https://img.shields.io/github/watchers/lunarwhite/which-digit-zh?color=yellow)
![GitHub forks](https://img.shields.io/github/forks/lunarwhite/which-digit-zh?color=green)
![GitHub top language](https://img.shields.io/github/languages/top/lunarwhite/which-digit-zh)
![GitHub License](https://img.shields.io/github/license/lunarwhite/which-digit-zh?color=white)

## 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` 观察所得结果