登录
首页 » matlab » starter

starter

于 2021-04-30 发布 文件大小:11702KB
0 316
下载积分: 1 下载次数: 137

代码说明:

  基于深度学习的稀疏自编码器,对图像特征进行提取,然后分类(Extraction the encoder based on sparse feature depth study)

文件列表:

cs294a_2011-assignment.pdf,278811,2016-03-20
sparseAutoencoder_2011new.pdf,441206,2016-03-20
starter
.......\checkNumericalGradient.m,1982,2011-01-06
.......\computeNumericalGradient.m,1120,2016-03-20
.......\display_network.m,2647,2011-01-05
.......\IMAGES.mat,20971720,2011-01-04
.......\initializeParameters.m,622,2011-01-05
.......\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
.......\sampleIMAGES.m,2450,2016-03-20
.......\sigmoidInv.m,465,2016-03-20
.......\sparseAutoencoderCost.m,4436,2016-03-20
.......\train.m,5813,2016-03-20

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

发表评论

0 个回复

  • Matlabcode2
    usefull to learn graphs in matlab
    2009-11-05 15:09:28下载
    积分:1
  • 3
    反演自适应动态滑模控制,可以有效降低抖振(Inversion adaptive dynamic sliding mode control can effectively reduce the chattering)
    2013-10-11 16:29:22下载
    积分:1
  • PCA
    使用主成分分析对高维数据进行降维,程序包含了降维的过程和结果(Using PCA to reduct dimensionality for data. the program contains the process and solution.)
    2013-12-25 21:56:37下载
    积分:1
  • test
    关于特性检测的循环相关算法,基于am加噪声的情形(About characteristics of the cyclic correlation detection algorithm, based on the circumstances am add noise)
    2009-03-22 18:33:04下载
    积分:1
  • peak_detect
    自己写的检测音频峰值包络的程序,需要的可以看一下(Write your own audio peak envelope detection process, the need to look at)
    2010-11-29 17:37:01下载
    积分:1
  • sigaldemodulation
    在matlab环境下产生指数衰减信号,从硬盘读取数据,对信号进行正交检波(in Matlab environment under exponential signal from the hard disk to read data, the detection signal orthogonal)
    2007-06-01 17:23:50下载
    积分:1
  • SVM_Short-term-Load-Forecasting2
    本文采用最小二乘支持向量机(LSSVM)模型,根据浙江台州某地区的历史负荷数据和气象数据,分析影响预测的各种因素,总结了负荷变化的规律性,对历史负荷数据中的“异常数据”进行修正,对负荷预测中要考虑的相关因素进行了归一化处理。LSSVM中的两个参数对模型有很大影响,而目前依然是基于经验的办法解决。对此,本文采用粒子群优化算法对模型参数进行寻优,以测试集误差作为判决依据,实现模型参数的优化选择,使得预测精度有所提高。实际算例表明,本文的预测方法收敛性好、有较高的预测精度和较快的训练速度。(this paper adopted particle swarm optimization algorithm to optimized the model parameters, make the test set error as the judgments, realized the optimization of model parameters, maked prediction accuracy improved. Practical examples show that convergence of prediction method was pefect, had a higher prediction accuracy and fast training speed.)
    2018-07-23 01:30:46下载
    积分:1
  • 10.Poh-etal-TBME-EDA-tests
    best papers in matlab image processing and vlsi topics "LAST BENCH"
    2010-07-01 11:34:36下载
    积分:1
  • zuiyou
    最优处理器的程序,在雷达检测动目标时应用。实现目标检测的最优化处理。(The optimal processor application, application in radar moving target detection. Implement optimization of target detection.)
    2015-04-10 21:34:35下载
    积分:1
  • walsh
    These are orthogonal complimentary code version of walsh codes which are or to be used in cdma systems.
    2009-03-23 18:07:05下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载