深度学习网络matlab工具包,包含深度信度网络dbn,卷积网络cnn,sae(stacked auto-encoders),cae(Convolutional auto-encoders)等实现。 ================================================================ Directories included in the toolbox ----------------------------------- `NN/` - A li
深度学习网络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 Network
在《深度学习caffe–手写字体识别例程(一)》中,我们进行了手写字体识别例程的演练,其中第一步就是用get_mnist.sh脚本文件来获取mnist数据集,这篇文章我们来研究一下这个脚本文件到底做了什么。我们在caffe根目录下的data/mnist/目录下可以找到这个脚本文件,源码如下所示。
#!/usr/bin/env sh
# This scr ipts downloads the mnist data and unzips it.
DIR=$( cd $(dirname $0) ;