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

GavinTechStudio/bpnn_with_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BP神经网络的C++实现

视频地址:彻底搞懂BP神经网络 理论推导+代码实现(C++)

注意

本项目代码已重构,当前代码不再建议使用。请使用下方项目代码:

GavinTechStudio/Back-Propagation-Neural-Network - GitHub

可能遇到的问题

收敛问题

项目中提供的traindata.txttestdata.txt换行符为\r,所以可能在Windows环境下会出现读入数据多一个空行,导致程序无法收敛。

bp网络无法收敛 · Issue #1 · GavinTechStudio/bpnn_with_cpp (github.com)

数据读入问题

如遇到输出Error in reading traindata.txt,则是因为traindata.txttestdata.txt所放位置不正确导致的,应将这两个数据文件放到对应的可执行程序的目录下。

About

一个使用C++来实现的简单BP神经网络,在视频中使用的源码,视频地址:https://www.bilibili.com/video/BV1Y64y1z7jM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages