搜索资源列表
rbm.cc.tar
- Machine de Boltzman developped in C/C-Machine de Boltzman developped in C/C++
mix
- rbm with bp for comprresion
Autoencoder_Code
- 用于利用GPU训练DBN网络,包括pretraing和finetune,其中包含的rbm代码非常有用-for using GPU to train DBN network,including pretraing and finetune,rbm code is useful
rbm
- Restricted Boltzmann machine的核心matlab程序 -- by Hinton-Restricted Boltzmann machine core matlab program- by Hinton
RBM
- 用C语言实现的深度学习的RBM(受限玻尔兹曼机),是组成DBN网络的基本结构-Using C language to achieve deep learning of RBM
rbm.0.02-alpha
- restricted boltzman machine implementation
c_code_dbn
- 这是深度置信网的C++版本。 rbm.h 实现自动编码. mnist.h 读取MNIST数据文件 spectrum.inl RGBs与颜色的映射 demo.cc 训练/测试主程序-The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/
NumberRecognize
- 根据RBM深度网络(Hinton,2006)进行MINST手写文字的分类器的训练,利用训练得到的权值制作了这个小程序,通过这个程序可以看出训练结果对数据集内的测试样本和训练样本都能进行很好的识别,但是对其他的手写字体识别就没有那么好了。-According to RBM depth network (Hinton, 2006) conducted MINST handwritten text classifier training, u
DeepNeuralNetwork20131115
- It provides deep learning tools of deep belief networks (DBNs).-Run testDNN to try! Each function includes descr iption. Please check it! It provides deep learning tools of deep belief networks (DBNs) of stacked res
rbm
- Restricted Boltzmann Machine with binary visible and binary hidden units.
rbm
- 深度学习相关代码实现,可以用来做去噪,去模糊,回归,识别等- Initialize and train an RBM energy-based model. Supports binary, Gaussian, and multinomial inputs (still in development). Supports binary and noisy rectified linear units (NReLU) in th
RBM
- 深度学习中的RBM相关的资料,非常的好,反正我觉得他讲的特别明白-RBM depth learning relevant information, very good, anyway, I think he speaks particularly clear
CF-with-RBM
- RBM的CF,单模型效果和SVD相似,只是error在不同的地方,所以结合起来可以提升效果,总觉得RBM不够intuitive,这次实现也遇到很多困难-RBM of CF, a single model and SVD similar effect, but error in different places, so you can combine to enhance the effect, always feel RBM enoug
deep-learning-models-based-on-RBM
- 基于受限玻尔兹曼机的深层学习建模及其应用-Deep learning models and applications based on RBM
RBM
- RBM神经网络工具箱,里面有很多实用的算例,代码可以帮助理解其算法的具体实现过程(RBM neural network toolbox, which has many practical examples, the code can help understand the specific implementation process of its algorithm)
DNRBM
- 采用栈式 RBM 的深度神经网络。自训练, 自控制(This paper is a continuation of the depth of the neural network and the choice of the previous predictor. Here we will be covered by the depth of the neural network characteristic of stacked RBM
myrbm2batch1epoch
- 通过解读RBM算法,利用代码理解RBM算法。(Through the interpretation of RBM algorithm, using code to understand RBM algorithm.)
RBM学习算法
- 该文件主要包含了Matlab语言下开发的RBM机器视觉学习算法。(This document mainly includes the RBM machine vision learning algorithm developed under the Matlab language.)
tensorfow-rbm
- The tensorflow implementation of RBM
Autoencoder_Code
- Hilton的自动编码器实现代码(rbm based on matlab)