Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

MicePilot/NeuralNetwork

Repository files navigation

NN 为神经网络的对象

SGD 为训练

LoadNetworkStructure() 为读取训练模型

feedforward 为识别

编译运行

  1. 新建 build 文件夹,并进入
  2. cmake ..
  3. make
  4. 拷贝 cx.cxnn t10k-images.idx3-ubyte t10k-labels.idx1-ubyte train-images.idx3-ubyte train-labels.idx1-ubyte 到 build 下
  5. 运行

显示图片

按照 MNIST 数据集将图片数据读取内存,MNIST 是灰度图片,如果要显示,可以使用 opencv 将数据直接放入 mat 对象中显示,这里不再进行展示

About

全C++自主实现的BP神经网络,以MNIST数据集作为训练和测试,实现手写数字识别。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published