文件名称:DeepLearnToolbox-master
-
所属分类:
- 标签属性:
- 上传时间:2018-04-09
-
文件大小:14.07mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
深度学习MATLAB的工具箱,包括CNN、RNN、CAE、LSTM等复杂的神经网络的代码。(Deep learning MATLAB toolbox, including CNN, RNN, CAE, LSTM and other complex neural network code.)
相关搜索: 深度学习;CNN;RNN
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DeepLearnToolbox-master/.travis.yml
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/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/mnist_uint8.mat
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/LICENSE
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/saesetup.m
DeepLearnToolbox-master/SAE/saetrain.m
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/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
DeepLearnToolbox-master/CAE
DeepLearnToolbox-master/CNN
DeepLearnToolbox-master/data
DeepLearnToolbox-master/DBN
DeepLearnToolbox-master/NN
DeepLearnToolbox-master/SAE
DeepLearnToolbox-master/tests
DeepLearnToolbox-master/util
DeepLearnToolbox-master
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/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/mnist_uint8.mat
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/LICENSE
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/saesetup.m
DeepLearnToolbox-master/SAE/saetrain.m
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/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
DeepLearnToolbox-master/CAE
DeepLearnToolbox-master/CNN
DeepLearnToolbox-master/data
DeepLearnToolbox-master/DBN
DeepLearnToolbox-master/NN
DeepLearnToolbox-master/SAE
DeepLearnToolbox-master/tests
DeepLearnToolbox-master/util
DeepLearnToolbox-master
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.