资源说明:深度学习网络matlab工具包
Directories included in the toolbox
-----------------------------------
`NN/` - A library for Feedforward Backpropagation Neural Networks
`CNN/` - A library for Convolutional Neural Networks
`DBN/` - A library for Deep Belief Networks
`SAE/` - A library for Stacked Auto-Encoders
`CAE/` - A library for Convolutional Auto-Encoders
`util/` - Utility functions used by the libraries
`data/` - Data used by the examples
`tests/` - unit tests to verify toolbox is working
For references on each library check REFS.md
==========================================================
ps:可能有写matlab中不带有rng函数,导致test脚本出错。该函数主要是负责
初始化随机数种子,可以直接注释掉就可以运行,或者使用rand函数代替。
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。