登录
首页 » matlab » softmax exercise

softmax exercise

于 2015-03-28 发布 文件大小:81KB
0 172
下载积分: 1 下载次数: 19

代码说明:

  该文档办了深度学习中Softmax问题的详细程序和代码(this document contain softmax of deeplearning network)

文件列表:

softmax_exercise
................\computeNumericalGradient.m,1196,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
................\softmaxCost.m,2184,2013-04-13
................\softmaxExercise.m,4776,2013-04-13
................\softmaxPredict.m,760,2013-04-13
................\softmaxTrain.m,1891,2013-04-13
................\softmax_exercise.zip,3985,2013-04-13

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

发表评论

0 个回复

  • ccallmatlabfunc
    C#调用matlab函数的方法(The function that c# invokes matlab )
    2005-02-20 13:39:25下载
    积分:1
  • blindseparationofmixedspeechsignals
    不同方法对混合语音信号进行盲分离,比较经典的源代码...(the blind separation of mixed speech signals using a slightly different method)
    2011-05-15 15:20:04下载
    积分:1
  • FCM2
    a new version of implemented FCM on matlab
    2013-03-13 02:42:18下载
    积分:1
  • DSPII_USTC_01
    传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 (Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:   A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl)
    2013-11-06 13:12:36下载
    积分:1
  • dijkbgf-geometric-processing-package-ee58066
    Geometric Processing Package This package is on basic geometric processing, including common used algebraic/topological/graphical functions. Detailed documentation is available. It is planned to add more functions. Your suggestions are highly appreciated
    2015-01-23 17:12:40下载
    积分:1
  • reed-solomon-4.0
    This package implements a general purpose Reed-Solomon encoding and decoding facility.
    2010-08-12 08:29:01下载
    积分:1
  • FUZZCLUST
    fuzzy clustering and data analysis toolbox
    2009-04-09 17:31:36下载
    积分:1
  • wsnrvalue
    这是一个实现图象加权信噪比算法,他能实现图象失真程度的衡量(This is a weighted signal-to-noise ratio images algorithm, he is able to achieve levels of image distortion measure)
    2007-04-02 17:07:31下载
    积分:1
  • backpropagation-forcasting
    this is simple implementation of forecasting using neural network backpropagation
    2014-12-10 20:43:22下载
    积分:1
  • OFDMA
    calculates BER of BPSK on OFDM
    2014-01-23 22:09:39下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载