登录
首页 » matlab » sparseae

sparseae

于 2020-11-05 发布 文件大小:10547KB
0 346
下载积分: 1 下载次数: 102

代码说明:

  用matlab代码实现的稀疏自编码器,通过可视化步骤,可以看到稀疏编码提取出来的她特征。( sparse autoencoder written by matlab, through visualization step, you can find the features extracted by sparse coding .)

文件列表:

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

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

发表评论

0 个回复

  • CP1002
    uwb无线电基础源码,第十章共三个程序,测距及定位(UWB radio based on source code, chapter X a total of three procedures, ranging and positioning)
    2021-05-13 19:30:02下载
    积分:1
  • finite-element-sparse-matrix
    有限元稀疏矩阵的保存和提取,基于ANSYS提取稀疏矩阵后在matlab中的重新整理。(Preservation and extraction of finite element sparse matrix)
    2012-05-01 15:18:53下载
    积分:1
  • alligoodkt
    An Introduce To dynamical system
    2014-12-11 04:52:21下载
    积分:1
  • Steg-File
    image hiding introduction procedure
    2013-11-28 09:33:20下载
    积分:1
  • relayPuplinkPV2
    LTEA中的Relay仿真 按照3gpp 36.211等搭建的链路级仿真,单跳模型(LTEA the Relay emulation and other structures in accordance with 3gpp 36.211 link level simulation model for single-hop)
    2013-09-22 18:30:32下载
    积分:1
  • Firefly Algorithm
    该程序为萤火虫算法matlab源代码,不包含问题、编码、解码等部分,只是单纯的运算方式。可在此基础上继续编写子程序,解决具体问题。(This program is the firefly algorithm matlab source code, does not contain problems, coding, decoding and other parts, just a simple operation. On this basis, you can continue to write subroutines to solve specific problems.)
    2020-09-16 16:17:55下载
    积分:1
  • ReinforcementLearning
    说明:  q学习算法的一个例程,上传与大家分享一下(q learning algorithm, a routine, upload to share with you some)
    2009-07-28 10:55:33下载
    积分:1
  • BPnet
    说明:  //1、动态改变学习速率 //2、加入动量项 //3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h), // 方便矩阵运算,当然,也可自己写矩阵类 //4、可暂停运算 //5、可将网络以文件的形式保存、恢复(//1, dynamically changing learning rate// 2, adding momentum item// 3, the use of matrix operations Matcom4.5 library (available for free download, headers matlib.h),// ​ ​ to facilitate matrix operations, but may also write your own matrix class// 4, may suspend the operation// 5, the network can be saved as a file and restore)
    2011-03-20 21:50:21下载
    积分:1
  • Ant-colony-algorithm-TSP-matlab-
    matlab开发的蚁群算法。希望对你有用。(Matlab development ant colony algorithm. Hope to be useful to you.)
    2012-05-31 22:29:33下载
    积分:1
  • A-method-of-reliability-evaluation
    一篇基于简化网络模型和网络等值的复杂中压配电网可靠性评估的英文文献,很有实用教学意义!(A network based on the simplified equivalent network model and the complexity of the medium voltage distribution network reliability assessment of English literature, teaching is very practical sense!A method of reliability evaluation for complex medium-voltage distribution system based on simplified network model and network-equivalent)
    2011-10-23 13:52:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载