Skip to content

Commit

Permalink
添加readme
Browse files Browse the repository at this point in the history
Signed-off-by: sxf <[email protected]>
  • Loading branch information
xssss1 committed Dec 4, 2015
1 parent a917c2c commit 1484c7c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
ANN2
======

神经网络实验程序2, 使用Matlab工具箱进行简单的数字图像识别的程序

使用前请确保安装Matlab2013及以后兼容版本, python3解释器

### 训练数据的生成

gen.py 是自行编写的验证码生成脚本, 会在train目录下生成图像数据, 请根据需要调整数据规模

### DeepLearnToolbox

本实验程序采用Matlab的自带bp算法,和DeepLearn工具箱中的卷积神经网络,两种算法分别进行处理, 由于卷积神经网络训练缓慢, 会缓存cnn_save.mat文件作为训练后的缓存


本程序属学习实验用程序, 未经任何测试, 仅供参考
MIT协议

0 comments on commit 1484c7c

Please sign in to comment.