-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sxf <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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协议 |