登录
首页 » matlab » SparseAutoencoder

SparseAutoencoder

于 2016-04-02 发布 文件大小:11321KB
0 153
下载积分: 1 下载次数: 122

代码说明:

  深度学习自动编码机MATLAB实现,包含测试数据文件(Depth learning machine automatic coding MATLAB realization)

文件列表:

SparseAutoencoder
.................\checkNumericalGradient.m,1982,2011-01-06
.................\computeNumericalGradient.m,1190,2016-03-17
.................\display_network.m,2647,2011-01-05
.................\IMAGES.mat,20971720,2011-01-04
.................\initializeParameters.m,622,2011-01-05
.................\loadMNISTImages.m,811,2011-04-28
.................\loadMNISTLabels.m,516,2011-04-26
.................\minFunc
.................\.......\ArmijoBacktrack.m,3251,2011-01-04
.................\.......\autoGrad.m,807,2011-01-04
.................\.......\autoHess.m,901,2011-01-04
.................\.......\autoHv.m,317,2011-01-04
.................\.......\autoTensor.m,870,2011-01-04
.................\.......\callOutput.m,385,2011-01-04
.................\.......\conjGrad.m,1845,2011-01-04
.................\.......\dampedUpdate.m,995,2011-01-04
.................\.......\example_minFunc.m,2421,2011-01-04
.................\.......\example_minFunc_LR.m,1604,2011-01-04
.................\.......\isLegal.m,107,2011-01-04
.................\.......\lbfgs.m,924,2011-01-04
.................\.......\lbfgsC.c,2408,2011-01-04
.................\.......\lbfgsC.mexa64,7707,2011-01-04
.................\.......\lbfgsC.mexglx,7733,2011-01-04
.................\.......\lbfgsC.mexmac,9500,2011-01-04
.................\.......\lbfgsC.mexmaci,12660,2011-01-04
.................\.......\lbfgsC.mexmaci64,8800,2011-01-04
.................\.......\lbfgsC.mexw32,7168,2011-01-04
.................\.......\lbfgsC.mexw64,9728,2011-01-04
.................\.......\lbfgsUpdate.m,614,2011-01-04
.................\.......\logistic
.................\.......\........\LogisticDiagPrecond.m,417,2011-01-04
.................\.......\........\LogisticHv.m,216,2011-01-04
.................\.......\........\LogisticLoss.m,659,2011-01-04
.................\.......\........\mexutil.c,1154,2011-01-04
.................\.......\........\mexutil.h,317,2011-01-04
.................\.......\........\mylogsumexp.m,227,2011-01-04
.................\.......\........\repmatC.c,3965,2011-01-04
.................\.......\........\repmatC.dll,7680,2011-01-04
.................\.......\........\repmatC.mexglx,20682,2011-01-04
.................\.......\........\repmatC.mexmac,10000,2011-01-04
.................\.......\mchol.m,1287,2011-01-04
.................\.......\mcholC.c,4190,2011-01-04
.................\.......\mcholC.mexmaci64,13184,2011-01-04
.................\.......\mcholC.mexw32,8192,2011-01-04
.................\.......\mcholC.mexw64,12288,2011-01-04
.................\.......\mcholinc.m,564,2011-01-04
.................\.......\minFunc.m,43634,2011-01-04
.................\.......\minFunc_processInputOptions.m,3704,2011-01-04
.................\.......\polyinterp.m,4217,2011-01-04
.................\.......\precondDiag.m,42,2011-01-04
.................\.......\precondTriu.m,51,2011-01-04
.................\.......\precondTriuDiag.m,60,2011-01-04
.................\.......\rosenbrock.m,1074,2011-01-04
.................\.......\taylorModel.m,677,2011-01-04
.................\.......\WolfeLineSearch.m,11478,2011-01-04
.................\mnistHelper.zip,985,2016-03-18
.................\sampleIMAGES.m,2367,2016-03-18
.................\sparseAutoencoderCost.m,4262,2016-03-17
.................\train.m,5881,2016-03-18

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

发表评论

0 个回复

  • Simulinklab
    matlab 软件的simulink 实验室说明软件(simulink of matlab software note software laboratory)
    2009-04-20 23:31:55下载
    积分:1
  • mosaic
    file for mosaicing image
    2009-12-06 03:26:00下载
    积分:1
  • Viterbi
    Viterbi Decoder Matlab file
    2014-02-16 03:14:14下载
    积分:1
  • ext_feature
    this extracts the component
    2010-08-18 15:25:10下载
    积分:1
  • downlink_PMCH
    实现上行链路的程序怎样进行计算和下行链路的计算 (Procedures to achieve uplink calculated how)
    2009-04-10 22:07:53下载
    积分:1
  • makeLdpc
    LDPC maker matrix matlab code
    2011-07-14 04:01:29下载
    积分:1
  • DEFINEV
    %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Vector dv is 0-1 sign vector (See ?? for more detail.) % % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $( DEFINEV Scaling vector and derivative [v, dv] = DEFINEV (g, x, l, u) returns v, distances to the bounds corresponding to the sign of the gradient g, where l is the vector of lower bounds , u is the vector of upper bounds. Vector dv is 0-1 sign vector (See?? for more detail.) Copyright (c) 1990-98 by The MathWorks, Inc. $ Revision: 1.2 $ $ Date : 1998/03/21 16:29:10 $)
    2007-05-31 11:39:15下载
    积分:1
  • MRI-tumour
    MRI used in health research work
    2015-03-02 02:05:19下载
    积分:1
  • IVPLEmethod
    自己写的ivple目标跟踪,绝对可以使用(ivple single target tracking station)
    2021-02-17 20:09:45下载
    积分:1
  • matlab_design
    一份matlab的ppt教程,给初学者,比较多面地介绍了matlab的基础(The ppt of a matlab tutorial for beginners, more multi-faceted introduction to the basis for matlab)
    2009-10-21 08:57:28下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载