登录
首页 » matlab » 1DeepLearnToolbox-master

1DeepLearnToolbox-master

于 2015-12-17 发布 文件大小:14406KB
0 98
下载积分: 1 下载次数: 125

代码说明:

  深度学习matlab工具箱,已经测试通过的源码,可以应用在图像识别、模式识别、语音识别等领域(Deep learning matlab source code, which can be applied in graph identification, pattern recognition and sound recognition)

文件列表:

1DeepLearnToolbox-master
........................\.travis.yml,249,2014-05-11
........................\CAE
........................\...\caeapplygrads.m,1219,2014-05-11
........................\...\caebbp.m,917,2014-05-11
........................\...\caebp.m,1011,2014-05-11
........................\...\caedown.m,259,2014-05-11
........................\...\caeexamples.m,754,2014-05-11
........................\...\caenumgradcheck.m,3618,2014-05-11
........................\...\caesdlm.m,845,2014-05-11
........................\...\caetrain.m,1148,2014-05-11
........................\...\caeup.m,489,2014-05-11
........................\...\max3d.m,173,2014-05-11
........................\...\scaesetup.m,1937,2014-05-11
........................\...\scaetrain.m,270,2014-05-11
........................\CNN
........................\...\cnnapplygrads.m,575,2014-05-11
........................\...\cnnbp.m,2141,2014-05-11
........................\...\cnnff.m,1774,2014-05-11
........................\...\cnnnumgradcheck.m,3430,2014-05-11
........................\...\cnnsetup.m,2020,2014-05-11
........................\...\cnntest.m,193,2014-05-11
........................\...\cnntrain.m,845,2014-05-11
........................\CONTRIBUTING.md,544,2014-05-11
........................\create_readme.sh,744,2014-05-11
........................\data
........................\....\mnist_uint8.mat,14735220,2014-05-11
........................\DBN
........................\...\dbnsetup.m,557,2014-05-11
........................\...\dbntrain.m,232,2014-05-11
........................\...\dbnunfoldtonn.m,425,2014-05-11
........................\...\rbmdown.m,90,2014-05-11
........................\...\rbmtrain.m,1401,2014-05-11
........................\...\rbmup.m,89,2014-05-11
........................\htm" target=_blank>LICENSE,1313,2014-05-11
........................\NN
........................\..\nnapplygrads.m,628,2014-05-11
........................\..\nnbp.m,1638,2014-05-11
........................\..\nnchecknumgrad.m,704,2014-05-11
........................\..\nneval.m,811,2014-05-11
........................\..\nnff.m,1849,2014-05-11
........................\..\nnpredict.m,192,2014-05-11
........................\..\nnsetup.m,1844,2014-05-11
........................\..\nntest.m,184,2014-05-11
........................\..\nntrain.m,2414,2014-05-11
........................\..\nnupdatefigures.m,1858,2014-05-11
........................\README.md,8730,2014-05-11
........................\README_header.md,2256,2014-05-11
........................\REFS.md,950,2014-05-11
........................\SAE
........................\...\saesetup.m,132,2014-05-11
........................\...\saetrain.m,308,2014-05-11
........................\tests
........................\.....\runalltests.m,170,2015-05-20
........................\.....\test_cnn_gradients_are_numerically_correct.m,577,2015-05-20
........................\.....\test_example_CNN.m,1007,2015-05-20
........................\.....\test_example_DBN.m,1057,2015-05-20
........................\.....\test_example_NN.m,3273,2015-05-20
........................\.....\test_example_SAE.m,961,2015-05-20
........................\.....\test_nn_gradients_are_numerically_correct.m,774,2015-05-20
........................\util
........................\....\allcomb.m,2618,2014-05-11
........................\....\expand.m,1958,2014-05-11
........................\....\flicker.m,208,2014-05-11
........................\....\flipall.m,80,2014-05-11
........................\....\fliplrf.m,543,2014-05-11
........................\....\flipudf.m,576,2014-05-11
........................\....\im2patches.m,313,2014-05-11
........................\....\isOctave.m,108,2014-05-11
........................\....\makeLMfilters.m,1895,2014-05-11
........................\....\myOctaveVersion.m,169,2014-05-11
........................\....\normalize.m,97,2014-05-11
........................\....\patches2im.m,242,2014-05-11
........................\....\randcorr.m,283,2014-05-11
........................\....\randp.m,2083,2014-05-11
........................\....\rnd.m,49,2014-05-11
........................\....\sigm.m,48,2014-05-11
........................\....\sigmrnd.m,126,2014-05-11
........................\....\softmax.m,256,2014-05-11
........................\....\tanh_opt.m,54,2014-05-11
........................\....\visualize.m,1072,2014-05-11
........................\....\whiten.m,183,2014-05-11
........................\....\zscore.m,137,2014-05-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • IIR_A_FIR_Weiner
    Source code for Adaptive IIR_FIR_Weiner Filter
    2014-11-28 07:15:58下载
    积分:1
  • Matlab-tool
    matlab 工具箱 常用的函数和大量处理算法 matlab学习者必备材料(matlab toolbox commonly used functions and a large number of learners necessary materials processing algorithm matlab)
    2015-03-03 19:31:59下载
    积分:1
  • For2008a_2
    介绍matlab2008a_2的教程及源程序(Tutorials and source code introduced matlab2008a_2)
    2010-11-26 22:44:06下载
    积分:1
  • adaline
    The Adaline is essentially a single-layer backpropagation network. It is trained on a pattern recognition task, where the aim is to classify a bitmap representation of the digits 0-9 into the corresponding classes. Due to the limited capabilities of the Adaline, the network only recognizes the exact training patterns. When the application is ported into the multi-layer backpropagation network, a remarkable degree of fault-tolerance can be achieved.
    2010-12-08 16:56:14下载
    积分:1
  • asian_call_dw
    说明:  用对偶法,给定2M条样本轨道,给出一个亚式看涨期权的价格(With the dual method, sample path of a given article 2M, given a price of Asian call option)
    2011-04-01 01:03:05下载
    积分:1
  • pytxzq
    图像处理频域增强教学,通过PPT详细介绍了使用MATLAB处理图像增强频域(Strengthen the teaching image processing frequency domain, through the use of MATLAB PPT introduces frequency domain processing image enhancement)
    2011-05-16 20:36:47下载
    积分:1
  • DWT
    Discrete Wavelet Transform using Daubechies Wavelet family for Stationery and non-stationery signal and test with ECG signal for compression as well. The Matlab code are very simple and detailed one to understand easily. Can change code and produce on for ones project as well. These code provided with outputs to understand what exactly we are doing and get known what DWT exactly is. I tried my best to provide simple code.
    2014-11-17 10:48:56下载
    积分:1
  • guangdaizhongxintiqu
    用于自动批量提取不同图像坐标位置的激光光带图像的中心,并将批量处理结果依次显示在一张输出图像中,输入为批量的激光光带图像,输出为激光中心坐标并做图显示(Different images for automatic batch extraction center coordinate positions with images of laser light, and the batch processing results in order to display the image in an output, the input for the bulk of the laser light with the image coordinates of the center and the laser output is done diagram shows)
    2014-01-02 17:37:00下载
    积分:1
  • PlotEye
    说明:  matlab通信实验仿真,眼图的生成,绘图方法,(communication matlab simulation, the generation of eye diagram, mapping methods,)
    2009-07-22 17:24:38下载
    积分:1
  • yichuan
    遗传算法优化多峰函数,最优值约在38.8左右,亲测可用(Multimodal function optimization genetic algorithm, the optimal value of about 38.8 or so, pro-test available)
    2013-07-20 16:39:56下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载