morb icon indicating copy to clipboard operation
morb copied to clipboard

Modular Restricted Boltzmann Machine (RBM) implementation using Theano

Results 4 morb issues
Sort by recently updated
recently updated
newest added

## Problem: I meet a import error in morb/__init__.py when I excute 'from morb import base, units, parameters, stats, updaters, trainers, monitors' - I download all the code file.When I...

Hi, Thank you for your post,it helps me a lot. I tried to train Guassianbinary RBM with my data,which consists of real number ranging from -100 to 100. But the...

I can't figure out how to correct this error: ValueError: the batch size in the image (2) at run time is different than at build time (10) for the ConvOp....

First off, thanks for this awesome library! I'm new to DeepLearning and Theano, but your lib makes it so much easier. I was wondering if there's a way to save...