资源简介
新型神经网络的深度波尔兹曼机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
相关资源
- MATLAB_image_process_with_PDE 运用偏微分方
- barcode 基于图像的条形码识别程序(识
- GPS_INS_integratede_PPT 加拿大卡尔加里大
- ssim_index 图片结构相似度评价
- fusion_change_detection SAR图像变化检测代
- code 求解二维波动方程
- MotionDetection 静止背景下运动目标检测
- RBF_Matlab_code 径向基函数的matlab 代码程
- spectralMattingCode 用于数字抠图的源代码
- demo_mtbot 多目标跟踪
- TVMMcode 国外一个博士写的图像复原的
- edge_detection 利用小波边缘检测算法实
- PDE 偏微分方程图像复原代码
- Wavelet_denoising 小波变换的MATLAB源程序
-
thresholddenoisingba
sedonwavelet 小波阈值 -
vision_ba
sed_barcode_reader - lidar 对lidar数据进行处理
- VideoFaceDetect 使用matlab调用opencv做成的
- matlabimagetothefuzzy 本例中主要使用四个
- BP_Neural_Netwok-Recognition_License_Plate(M
- PDE_in_image_processing (1)MATLAB程序:其
- 47457821nicecaridentity 一个很好的车牌识
- levelsetcode_CV 在基于的图像分割方法中
- Code2817164
- QAM16_demo
- image-fusion-and-detection-on-curvelet-wavelet
- waveletdenoising 小波变换应用
- DE-Algorithm
- mod_demod 在matlab环境下实现通信系统中
- ID3(matlab) ID3算法的matlab实现
评论
共有 条评论