资源简介
深度学习相关代码实现,可以用来做去噪,去模糊,回归,识别等
and multinomial inputs (still in development).
Supports binary and noisy rectified linear units (NReLU) in the hidden
代码片段和文件信息
%% This program trains Restricted Boltzmann Machine:基于CD-1法训练RBM模型
% in which visible binary stochastic pixels are connected to hidden binary stochastic feature detectors
% using symmetrically weighted connections. Learning is done with 1-step Contrastive Divergence.
%% The program assumes that the following variables are set externally:
% maxepoch -- maximum number of epochs
% numhid -- number of hidden units
% batchdata -- the data that is divided into batches (numcases numdims numbatches)
% restart -- set to 1 if learning starts from beginning
%% 20130924 commented by ZZH
%% 这个m文件运行结束后,得到关于RBM网络的三部分参数:
%% RBM网络训练结束,得到三组参数:vishid -- 连接权值矩阵,可见层节点数*隐含层节点数
% visbiases -- 可见层节点偏置向量 1行*可见层节点数
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7402 2014-03-05 11:10 rbm.m
----------- --------- ---------- ----- ----
7402 1
相关资源
- Gabor Gabor小波变换的matlab实现
- naive_bayes_numeric 利用matlab实现的朴素贝
- zifushibie 用MATLAB实现的字符识别
- zimushibie 图片 26个字母识别 用matla
- darkchannel 用MATLAB实现的darkchannel算法
- ID3(matlab) ID3算法的matlab实现
- GA MATLAB实现的改进遗传算法程序
- surface-quality-detection 用matlab实现的表面
- MATLAB_Serial
- gamma matlab实现gamma校正的算法
- EM EM算法Matlab实现。最大期望(EM)算
- darkchannel 用matlab实现了暗通道图像增
- SVM_MATLAB SVM算法的MATLAB实现
- SIFT 图像检索中经典的SIFT方法matlab实
- imageMosaic 基于Harris角点检测的图像拼
- stereo-disparity matlab实现图像匹配的视差
- matlablubiaoshibie 路标识别的matlab实现
- ICP
- ASM ASM算法的matlab实现
- ImagePyramid matlab实现的图像金字塔
- DeepLearnToolbox_matlab matlab实现的深度学
- multifractal 多重分形谱的算法的matlab实
- EM 自己编写的期望最大化(EM)算法的
- vibematlab 用MATLAB实现的vibe算法
- 802.11a-OFDM-MATLAB IEEE802.11a系统级仿真完
- DeepLearnToolbox-master 关于深度学习的一
- Wheeled_Mobile_Robot 用matlab实现轮式机器
- knnsearch 利用matlab实现就近点邻域寻找
- denseCRF_matlab-master MIT的nips11文章的ma
- LOF 计算Local outlier factor的matlab实现
评论
共有 条评论