资源简介

新型神经网络的深度波尔兹曼机DBM学习训练实现MATLAB代码,在模式识别,图像处理等领域具有较好的应用,可供学习者研究借鉴。

资源截图

代码片段和文件信息

% Version 1.000
%
% Code provided by Ruslan Salakhutdinov 
%
% Permission is granted for anyone to copy use modify or distribute this
% program and accompanying programs and documents for any purpose provided
% this copyright notice is retained and prominently displayed along with
% a note saying that the original programs are available from our
% web page.
% The programs and documents are distributed without any warranty express or
% implied.  As the programs were written for research purposes only they have
% not been tested to the degree that would be advisable in any important
% application.  All use of these programs is entirely at the user‘s own risk.


test_err=[];
test_crerr=[];
train_err=[];
train_crerr=[];

fprintf(1‘\nTraining discriminative model on MNIST by minimizing 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5838  2009-12-26 00:14  code_DBM\code_DBM\backprop.m

     文件       1558  2009-12-26 00:14  code_DBM\code_DBM\CG_MNIST.m

     文件       1700  2009-12-26 00:14  code_DBM\code_DBM\CG_MNIST_INIT.m

     文件       2995  2009-12-26 00:14  code_DBM\code_DBM\converter.m

     文件       8024  2009-12-26 00:14  code_DBM\code_DBM\dbm_mf.m

     文件       1103  2009-12-26 22:13  code_DBM\code_DBM\demo.m

     文件       1012  2009-12-26 00:14  code_DBM\code_DBM\demo_small.m

     文件        836  2009-12-26 00:25  code_DBM\code_DBM\dispims.m

     文件       4153  2009-12-26 00:24  code_DBM\code_DBM\makebatches.m

     文件       1899  2009-12-26 00:21  code_DBM\code_DBM\mf.m

     文件       1703  2009-12-26 00:21  code_DBM\code_DBM\mf_class.m

     文件       7774  2009-12-26 00:29  code_DBM\code_DBM\minimize.m

     文件       4165  2009-12-26 00:14  code_DBM\code_DBM\rbm.m

     文件       5926  2009-12-26 00:14  code_DBM\code_DBM\rbm_l2.m

     文件       3108  2009-12-26 00:14  code_DBM\code_DBM\README.txt

     文件       1175  2009-12-26 00:14  code_DBM\code_DBM\testerr.m

     目录          0  2012-05-20 22:42  code_DBM\code_DBM

     目录          0  2012-05-20 22:42  code_DBM

----------- ---------  ---------- -----  ----

                52969                    18


评论

共有 条评论