登录
首页 » matlab » deep_networks

deep_networks

于 2015-03-28 发布 文件大小:97KB
0 180
下载积分: 1 下载次数: 17

代码说明:

  该文档包含了利用深度学习神经网络对分类问题的详细结构(Implement deep networks for digit classification)

文件列表:

Implement_deep_networks_for_digit_classification
................................................\checkNumericalGradient.m,1982,2013-04-13
................................................\checkStackedAECost.m,1695,2013-04-13
................................................\computeNumericalGradient.m,1196,2013-04-13
................................................\display_network.m,2609,2013-04-13
................................................\feedForwardAutoencoder.m,1275,2013-04-13
................................................\initializeParameters.m,622,2013-04-13
................................................\loadMNISTImages.m,811,2013-04-13
................................................\loadMNISTLabels.m,516,2013-04-13
................................................\minFunc
................................................\.......\ArmijoBacktrack.m,3143,2013-04-13
................................................\.......\autoGrad.m,807,2013-04-13
................................................\.......\autoHess.m,901,2013-04-13
................................................\.......\autoHv.m,307,2013-04-13
................................................\.......\autoTensor.m,870,2013-04-13
................................................\.......\callOutput.m,374,2013-04-13
................................................\.......\conjGrad.m,1763,2013-04-13
................................................\.......\dampedUpdate.m,953,2013-04-13
................................................\.......\example_minFunc.m,2421,2013-04-13
................................................\.......\example_minFunc_LR.m,1556,2013-04-13
................................................\.......\isLegal.m,106,2013-04-13
................................................\.......\lbfgs.m,885,2013-04-13
................................................\.......\lbfgsC.c,2293,2013-04-13
................................................\.......\lbfgsC.mexa64,7707,2013-04-13
................................................\.......\lbfgsC.mexglx,7733,2013-04-13
................................................\.......\lbfgsC.mexmac,9500,2013-04-13
................................................\.......\lbfgsC.mexmaci,12660,2013-04-13
................................................\.......\lbfgsC.mexmaci64,8800,2013-04-13
................................................\.......\lbfgsC.mexw32,7168,2013-04-13
................................................\.......\lbfgsC.mexw64,9728,2013-04-13
................................................\.......\lbfgsUpdate.m,594,2013-04-13
................................................\.......\logistic
................................................\.......\........\LogisticDiagPrecond.m,397,2013-04-13
................................................\.......\........\LogisticHv.m,208,2013-04-13
................................................\.......\........\LogisticLoss.m,625,2013-04-13
................................................\.......\........\mexutil.c,1111,2013-04-13
................................................\.......\........\mexutil.h,309,2013-04-13
................................................\.......\........\mylogsumexp.m,219,2013-04-13
................................................\.......\........\repmatC.c,3816,2013-04-13
................................................\.......\........\repmatC.dll,7680,2013-04-13
................................................\.......\........\repmatC.mexglx,20682,2013-04-13
................................................\.......\........\repmatC.mexmac,10000,2013-04-13
................................................\.......\mchol.m,1228,2013-04-13
................................................\.......\mcholC.c,3992,2013-04-13
................................................\.......\mcholC.mexmaci64,13184,2013-04-13
................................................\.......\mcholC.mexw32,8192,2013-04-13
................................................\.......\mcholC.mexw64,12288,2013-04-13
................................................\.......\mcholinc.m,539,2013-04-13
................................................\.......\minFunc.m,42489,2013-04-13
................................................\.......\minFunc_processInputOptions.m,3551,2013-04-13
................................................\.......\polyinterp.m,4073,2013-04-13
................................................\.......\precondDiag.m,41,2013-04-13
................................................\.......\precondTriu.m,50,2013-04-13
................................................\.......\precondTriuDiag.m,59,2013-04-13
................................................\.......\rosenbrock.m,1074,2013-04-13
................................................\.......\taylorModel.m,677,2013-04-13
................................................\.......\WolfeLineSearch.m,11106,2013-04-13
................................................\params2stack.m,1174,2013-04-13
................................................\sigmoid.m,137,2013-04-13
................................................\softmaxCost.m,2186,2013-04-13
................................................\softmaxPredict.m,760,2013-04-13
................................................\softmaxTrain.m,1891,2013-04-13
................................................\sparseAutoencoderCost.m,3986,2013-04-13
................................................\stack2params.m,1653,2013-04-13
................................................\stackedAECost.m,3885,2013-04-13
................................................\stackedAEExercise.asv,8935,2013-04-13
................................................\stackedAEExercise.m,8935,2013-04-13
................................................\stackedAEPredict.m,1477,2013-04-13
................................................\stackedae_exercise.zip,6358,2013-04-13

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

发表评论

0 个回复

  • LNP_Coe
    Linear Neighborhood Propagation 系数求解(Linear Neighborhood Propagation coefficients )
    2009-03-18 14:33:45下载
    积分:1
  • yundongjiance
    matlab 用于实现图像目标检测的源码,可以实现目标的跟踪(Matlab for realizes image target detection, can achieve the goal of source code tracking )
    2011-05-29 10:58:46下载
    积分:1
  • error-coding-prog
    the attached all programs are based on error control coding for ex. LBC, Convolition, RS code etc. all programs are generalized means for any size input or any type of circuit respectively. the all programs are tested on matlab 2012
    2013-09-29 18:08:57下载
    积分:1
  • ex6
    QPSK信号在AWGN信道下的仿真,画出了发射信号与接受信号的星座图以及BER和SER随SNR变化的曲线(QPSK signal is simulated in the AWGN channel)
    2015-12-08 17:06:15下载
    积分:1
  • FFTHHT
    HHT变换中用于边际谱与FFT比较的一个源码。本人亲试,出的图形基本满足要求。你可以下来看看。(HHT marginal spectrum for the transformation of a source compared with the FFT. I pro-test, the graphics basically meet the requirements. You can look down.)
    2010-10-09 15:09:53下载
    积分:1
  • overlap_add
    利用重叠相加法实现线性卷积,其中应用了fft和ifft原理(Use of overlap-add method to achieve linear convolution)
    2012-05-26 23:24:47下载
    积分:1
  • random_walker
    code for randomwalk algorithm
    2015-03-07 16:36:44下载
    积分:1
  • WDM-filter-transceivers
    我们设计和实验证明 布拉格光栅波分复用器 三波长的平面光波电路复用 公交车站台。1310和1550 nm的光,被设计成 由一个半周期通过定向耦合器分离后 和一个完整的周期耦合作用与0.07和0.19分贝的损失, 分别。1492 nm的光反射回来的布拉格 光栅对定向耦合器及其制作少损失 超过2分贝。我们也介绍和讨论新概念 集成光学三工收发器,使用此过滤器。 (We designed and experimentally demonstrated a Bragg grating-assisted wavelength-division-multiplexing filter for the three-wavelength multiplexing on a planar-lightwave-circuit platform. The 1310- and 1550-nm lights were designed to be separated after passing the directional coupler by a half-cycle and a full-cycle coupling actions with losses of 0.07 and 0.19 dB, respectively. The 1492-nm light was reflected back by a Bragg grating fabricated on the directional coupler and its loss was less than 2.0 dB. We also introduced and discussed the new concept of an integrated optical triplexer transceiver using this filter.)
    2013-09-27 10:40:02下载
    积分:1
  • FEM
    fem ,,,,,,,,,,,,,,,
    2012-01-28 19:02:40下载
    积分:1
  • acoustic
    matlab的地震声波正演,包括双程声波、单程声波。(Matlab seismic acoustic forward modeling)
    2018-12-10 10:53:52下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载