background preloader

Open Source NeuralNet Projects

Facebook Twitter

What is RoboEarth ? Code for training Restricted Boltzmann Machines (RBM) and Deep Belief Networks in MATLAB. This is a small library that can train Restricted Boltzmann Machines, and also Deep Belief Networks of stacked RBM's.

Code for training Restricted Boltzmann Machines (RBM) and Deep Belief Networks in MATLAB

Train RBM's: %train an RBM with binary visible units and 500 binary hiddenmodel= rbmBB(data, 500); %visualize the learned weightsvisualize(model.W); Do classification: NERO. Nengo.