登录
首页 » matlab » 最先提出深度学习算法hinton的自动编码器AutoEncoder

最先提出深度学习算法hinton的自动编码器AutoEncoder

于 2020-10-03 发布 文件大小:22680KB
0 3751
下载积分: 1 下载次数: 180

代码说明:

  最先提出深度学习算法hinton的自动编码器matlab代码,内容是:利用多层rbm进行自动编码的多层特征训练,然后使用梯度算法进行fine turn。可以进行特征提取,也可以进行分类。压缩包里已带有训练用签字图片数据。相应算法说明可以查看hinton于2006年发表在 science的文章(First proposed deep learning algorithm hinton automatic encoder matlab code that reads: multilayer rbm automatic encoding multi-features of the training, and then use the gradient algorithm fine turn. Feature extraction can be classified. With compression bag has been training with the signature image data. Note You can view the corresponding algorithm was published in 2006 in hinton science articles)

文件列表:

code
....\backprop.m,5594,2006-05-21
....\backpropclassify.m,5474,2006-06-20
....\backup ZIP
....\..........\Autoencoder_Code.tar,51200,2016-04-15
....\..........\minimize.m,8995,2016-04-15
....\..........\t10k-images-idx3-ubyte.gz,1648877,2016-04-15
....\..........\t10k-labels-idx1-ubyte.gz,4542,2016-04-15
....\..........\train-images-idx3-ubyte.gz,9912422,2016-04-15
....\..........\train-labels-idx1-ubyte.gz,28881,2016-04-15
....\CG_CLASSIFY.m,1853,2006-06-20
....\CG_CLASSIFY_INIT.m,1136,2006-06-20
....\CG_MNIST.m,2727,2006-06-20
....\converter.m,3011,2006-06-20
....\makebatches.m,4169,2006-06-20
....\minimize.m,8995,2016-04-15
....\mnistclassify.m,1902,2006-06-20
....\mnistdeepauto.m,2199,2006-06-20
....\mnistdisp.m,1084,2006-06-20
....\rbm.m,3914,2006-06-20
....\rbmhidlinear.m,3964,2006-06-20
....\README.txt,2934,2006-07-13
....\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 个回复

  • Image_Matching
    毕业设计全部参考,关于图像匹配的近期文献(All reference to graduation, the recent literature on image matching)
    2010-11-08 16:31:27下载
    积分:1
  • quxiannihefly
    说明:  曲线拟合曲线拟合曲线拟合曲线拟合曲线拟合(Curve Fitting Curve Fitting Curve Fitting Curve Fitting Curve Fitting)
    2011-03-30 20:21:09下载
    积分:1
  • work
    刘金琨编写的《滑模变结构控制matlab仿真》的源代码(Liu Jinkun prepared by the " sliding mode control simulation matlab" source code)
    2011-04-29 16:06:55下载
    积分:1
  • MATLABenhancement
    在对比度小的灰度图像中加入噪声,再对图像进行滤波和直方图均衡化,对图像进行增强,并比较了不同参数时的增强效果(In contrast, the gray image by adding a small noise, then the image filtering and histogram equalization of image enhancement, and compared the effect of different parameters of the enhanced)
    2010-05-26 19:52:43下载
    积分:1
  • rsl
    Transfer symbolic values into numerical values (Matlab code).rar(Transfer symbolic values ​ ​ into numerical values ​ ​ (Matlab code). Rar)
    2011-06-05 11:59:13下载
    积分:1
  • 利用mcra的方法对噪声功率谱估计 matlab
    利用mcra的方法对噪声功率谱估计达到语音增强的目的(estimate the spectrum of the noise in order to enhance the SNR of the speech)
    2012-05-12 10:59:41下载
    积分:1
  • Nouveau-WinRAR-archive
    DOUBLY FED INDUCTION MACHINE SIMULATION
    2014-11-22 06:56:48下载
    积分:1
  • mp3Read
    通过该开发包,matlab可以读取MP3数据(Through the development kit, matlab can read MP3 data)
    2015-01-13 10:36:47下载
    积分:1
  • Elad_super_resolution
    A very useful matlab package on super-resolution.(Matlab package on super-reso lution.)
    2007-04-18 17:17:17下载
    积分:1
  • StepclassV2
    逐步判别分析的主函数 用于分类 [sel,c,c0,re,P]=StepclaassV2(data,[50 50 50],data,10) 输入变量 x为训练集.每行为一个样本,每列为一个变量. Class_x,为训练集的分类情况,一行,为各类样本数量,例如[5 6 9] Test为待分类样本. 输出变量:sel为选择的变量序号,c,c0为拟合出的判别函数.re为对Test的判别结果,P为其后验概率. author 王新 2012.4.8 例子Sample: load fisheriris x=meas Class_x=[50,50,50] Test=meas(1:5,:) Fa1=4 [sel,c,c0,re,P]=StepclaassV2(x,Class_x,Test,Fa1)( Stepwise discriminant analysis for the classification of the main function [sel, c, c0, re, P] = StepclaassV2 (data, [50 50 50], data, 10) input variables x as the training set, each conduct a sample of each as a variable. Class_x, the classification for the training set, a row, the number of samples for all types, for example, [5 6 9] Test sample to be classified. output variable: sel for the selected variables serial number, c, c0 is fitted discriminant function. re discrimination results for the Test, P its posterior probability. author Wang 2012.4.8 examples Sample: load fisheriris x = meas Class_x = [50,50,50] Test = meas (1:5, :) Fa1 = 4 [sel, c, c0, re, P] = StepclaassV2 (x, Class_x, Test, Fa1))
    2020-09-18 12:27:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载