登录
首页 » matlab » 堆栈自编码stackedAE

堆栈自编码stackedAE

于 2020-07-18 发布 文件大小:10599KB
0 300
下载积分: 1 下载次数: 78

代码说明:

  堆栈自编码,通过两个稀疏自编码的堆叠和softmax分类模型,实现手写体的分类。(Stack self-encoding, since encoding by two sparse stack and softmax classification model to classify handwriting.)

文件列表:

stackedAE
.........\checkStackedAECost.m,1744,2011-05-10
.........\display_network.m,2647,2011-01-05
.........\feedForwardAutoencoder.asv,1357,2015-09-16
.........\feedForwardAutoencoder.m,1378,2015-09-16
.........\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
.........\params2stack.m,1174,2011-05-10
.........\softmaxCost.m,1252,2015-07-26
.........\softmaxTrain.m,1891,2011-05-11
.........\sparseAutoencoderCost.m,4365,2015-09-24
.........\stack2params.m,1653,2011-05-10
.........\stackedAECost.asv,4176,2015-09-16
.........\stackedAECost.m,4176,2015-09-16
.........\stackedAEExercise.asv,9243,2015-09-24
.........\stackedAEExercise.m,9243,2015-09-24
.........\stackedAEPredict.asv,1639,2015-09-16
.........\stackedAEPredict.m,1638,2015-09-16
.........\t10k-images.idx3-ubyte,7840016,1998-01-26
.........\t10k-labels.idx1-ubyte,10008,1998-01-26
.........\train-images.idx3-ubyte,47040016,1996-11-18
.........\train-labels.idx1-ubyte,60008,1996-11-18

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

发表评论

0 个回复

  • simulation-of-the-PV-array
    基于Matlab/Simulink的光伏阵列的仿真(Matlab/Simulink for the simulation of the PV array)
    2012-08-09 12:45:23下载
    积分:1
  • DCMOTOR2
    MATLAB HELP FUNDENMENTAL IN YOUR CODE FOR HELP MATLAB
    2014-11-22 01:36:52下载
    积分:1
  • DBSCAN
    This little package contains a Parzen Neural Network classifier that can classify data between N classes in D dimensions. The classifier is really fast and simple to learn
    2015-03-28 23:53:18下载
    积分:1
  • LoadForecasting
    说明:  This program contains the explicit descriptions of load forecasting by the Mathworks web site and is very complete. the users can easily apply their own data to it and use the methods to forecast Load and price.
    2019-01-17 18:01:45下载
    积分:1
  • kalpesh_bhalodi
    A study on MLI techniques.
    2010-12-03 08:17:48下载
    积分:1
  • optimization-program
    无约束一维极值/无约束多维极值/约束优化/非线性最小二乘优化/线性规划/整数规划/二次规划/遗传优化算法等对应的matlab程序(Unconstrained one-dimensional extremal/unconstrained multidimensional the pole/constrained optimization/nonlinear least squares optimization/linear programming/integer programming/Quadratic Programming/genetic optimization algorithm matlab program)
    2013-01-06 21:06:25下载
    积分:1
  • 3.20 基于Hough变换的人眼虹膜定位方法
    基于Hough变换的人眼虹膜定位方法 MATLAB程序(A Method of Iris Location for Human Eye Based on Hough Transform and MATLAB Program)
    2019-06-07 15:49:16下载
    积分:1
  • BPashuangseqiu
    网上复制了一个BP预测的程序自己改了一下,效果不是很好。 P 和T都是往期的数据(Online copy of a program his BP forecast changed a bit, the effect is not very good. P and T are the data to the period)
    2011-11-12 14:18:43下载
    积分:1
  • SVMcgForRegress
    支持向量回归机的参数选择程序,通过交叉验证选择惩罚参数、损失函数以及核函数(SVM parameter selection procedure)
    2015-03-09 20:44:31下载
    积分:1
  • matlab
    这是一个电力系统无功优化的MATLAB程序,在MATLAB7上已调试通过,其实例节点有点少,可对其进行改进(This is a reactive power optimization of MATLAB procedures have been debug MATLAB7 passed, the example of a little less nodes may improve their)
    2007-12-26 15:20:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载