Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunxfancy/ann2
Matlab 神经网络实验程序
https://github.com/sunxfancy/ann2
Last synced: 19 days ago
JSON representation
Matlab 神经网络实验程序
- Host: GitHub
- URL: https://github.com/sunxfancy/ann2
- Owner: sunxfancy
- Created: 2015-12-04T05:55:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T06:03:08.000Z (about 9 years ago)
- Last Synced: 2023-08-08T03:12:49.084Z (over 1 year ago)
- Language: Matlab
- Size: 22.9 MB
- Stars: 7
- Watchers: 4
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
ANN2
======神经网络实验程序2, 使用Matlab工具箱进行简单的数字图像识别的程序
使用前请确保安装Matlab2013及以后兼容版本, python3解释器
### 训练数据的生成
gen.py 是自行编写的验证码生成脚本, 会在train目录下生成图像数据, 请根据需要调整数据规模
### DeepLearnToolbox
本实验程序采用Matlab的自带bp算法,和DeepLearn工具箱中的卷积神经网络,两种算法分别进行处理, 由于卷积神经网络训练缓慢, 会缓存cnn_save.mat文件作为训练后的缓存
本程序属学习实验用程序, 未经任何测试, 仅供参考
MIT协议