MATLAB深度学习工具包含卷积神经网络及例子我要分享

Deep learning MATLAB tools include convolution neural network and examples

人工智能 神经网络 深度神经网络 深度学习

关注次数: 384

下载次数: 2

文件大小: 14395KB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

MATLAB深度学习工具包,内含卷积神经网络,以及例子数据等


English Description:

MATLAB deep learning kit, containing convolution neural networks, and example data, and so on


代码预览

DeepLearnToolbox-master

DeepLearnToolbox-master\.travis.yml

DeepLearnToolbox-master\CAE

DeepLearnToolbox-master\CAE\caeapplygrads.m

DeepLearnToolbox-master\CAE\caebbp.m

DeepLearnToolbox-master\CAE\caebp.m

DeepLearnToolbox-master\CAE\caedown.m

DeepLearnToolbox-master\CAE\caeexamples.m

DeepLearnToolbox-master\CAE\caenumgradcheck.m

DeepLearnToolbox-master\CAE\caesdlm.m

DeepLearnToolbox-master\CAE\caetrain.m

DeepLearnToolbox-master\CAE\caeup.m

DeepLearnToolbox-master\CAE\max3d.m

DeepLearnToolbox-master\CAE\scaesetup.m

DeepLearnToolbox-master\CAE\scaetrain.m

DeepLearnToolbox-master\CNN

DeepLearnToolbox-master\CNN\cnnapplygrads.m

DeepLearnToolbox-master\CNN\cnnbp.m

DeepLearnToolbox-master\CNN\cnnff.m

DeepLearnToolbox-master\CNN\cnnnumgradcheck.m

DeepLearnToolbox-master\CNN\cnnsetup.m

DeepLearnToolbox-master\CNN\cnntest.m

DeepLearnToolbox-master\CNN\cnntrain.m

DeepLearnToolbox-master\CONTRIBUTING.md

DeepLearnToolbox-master\create_readme.sh

DeepLearnToolbox-master\data

DeepLearnToolbox-master\data\mnist_uint8.mat

DeepLearnToolbox-master\DBN

DeepLearnToolbox-master\DBN\dbnsetup.m

DeepLearnToolbox-master\DBN\dbntrain.m

DeepLearnToolbox-master\DBN\dbnunfoldtonn.m

DeepLearnToolbox-master\DBN\rbmdown.m

DeepLearnToolbox-master\DBN\rbmtrain.m

DeepLearnToolbox-master\DBN\rbmup.m

DeepLearnToolbox-master\NN

DeepLearnToolbox-master\NN\nnapplygrads.m

DeepLearnToolbox-master\NN\nnbp.m

DeepLearnToolbox-master\NN\nnchecknumgrad.m

DeepLearnToolbox-master\NN\nneval.m

DeepLearnToolbox-master\NN\nnff.m

DeepLearnToolbox-master\NN\nnpredict.m

DeepLearnToolbox-master\NN\nnsetup.m

DeepLearnToolbox-master\NN\nntest.m

DeepLearnToolbox-master\NN\nntrain.m

DeepLearnToolbox-master\NN\nnupdatefigures.m

DeepLearnToolbox-master\README.md

DeepLearnToolbox-master\README_header.md

DeepLearnToolbox-master\REFS.md

DeepLearnToolbox-master\SAE

DeepLearnToolbox-master\SAE\saesetup.m

DeepLearnToolbox-master\SAE\saetrain.m

DeepLearnToolbox-master\tests

DeepLearnToolbox-master\tests\runalltests.m

DeepLearnToolbox-master\tests\test_cnn_gradients_are_numerically_correct.m

DeepLearnToolbox-master\tests\test_example_CNN.m

DeepLearnToolbox-master\tests\test_example_DBN.m

DeepLearnToolbox-master\tests\test_example_NN.m

DeepLearnToolbox-master\tests\test_example_SAE.m

DeepLearnToolbox-master\tests\test_nn_gradients_are_numerically_correct.m

DeepLearnToolbox-master\util

DeepLearnToolbox-master\util\allcomb.m

DeepLearnToolbox-master\util\expand.m

DeepLearnToolbox-master\util\flicker.m

DeepLearnToolbox-master\util\flipall.m

DeepLearnToolbox-master\util\fliplrf.m

DeepLearnToolbox-master\util\flipudf.m

DeepLearnToolbox-master\util\im2patches.m

DeepLearnToolbox-master\util\isOctave.m

DeepLearnToolbox-master\util\makeLMfilters.m

DeepLearnToolbox-master\util\myOctaveVersion.m

DeepLearnToolbox-master\util\normalize.m

DeepLearnToolbox-master\util\patches2im.m

DeepLearnToolbox-master\util\randcorr.m

DeepLearnToolbox-master\util\randp.m

DeepLearnToolbox-master\util\rnd.m

DeepLearnToolbox-master\util\sigm.m

DeepLearnToolbox-master\util\sigmrnd.m

DeepLearnToolbox-master\util\softmax.m

DeepLearnToolbox-master\util\tanh_opt.m

DeepLearnToolbox-master\util\visualize.m

DeepLearnToolbox-master\util\whiten.m

DeepLearnToolbox-master\util\zscore.m