rasmusbergpalm / DeepLearnToolbox

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
BSD 2-Clause "Simplified" License
3.8k stars 2.28k forks source link

Are the RBMs in the DBN binary RBMs or continuous? #145

Closed Tgaaly closed 9 years ago

Tgaaly commented 9 years ago

Are the RBMs in the DBN binary RBMs or continuous? Are they Gaussian RBMs? Looking at the code they are continuous RBMs. This should be documented somewhere.