Skip to content

WTFHCN/NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPNetwork

一个简单的全连接神经网络

需要环境

C++

  • glog
  • gflags

Python

  • matplotlib
  • PIL
  • ctypes

下载数据

手写数字官方自己下载

搭建

mkdir build
mkdir log
cd build
cmake ..
make 
cd ..

使用

./build/BP_Demo --testNum 100000 --trainNum 1000000 --batchSize 0.1 

可视化展示

python show.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors