[mlpack] Regarding RBMs

Ryan Curtin ryan at ratml.org
Mon Feb 2 15:23:30 EST 2015


On Sun, Feb 01, 2015 at 08:28:45PM +0530, Udit Saxena wrote:
> Hi Marcus,
> 
> I've put up a basic CD-1 RBM up on:
> 
> https://github.com/uditsaxena/mlpack-1/tree/master/src/mlpack/methods/rbm
> <http://s.bl-1.com/h/mkx4S4z?url=https://github.com/uditsaxena/mlpack-1/tree/master/src/mlpack/methods/rbm>
> 
> I think you can have a look at it now.
> 
> Also, I'm getting stuck on a "does not name a type" error, which I feel is
> because I've messed up somewhere during header files declaration. I was
> wondering if you could have a look at the error as well.

Looks like you've solved the issue with some later commits; or are you
still having trouble?  If so I'll dig in a bit deeper.

> I was wondering about the kind of tests that could be used for the RBM. Any
> thoughts ?

One idea might be to find some papers that use RBMs very similarly to
how you have implemented, and ensure that the training and test errors
are within some margin of what the paper says RBMs are able to do.  This
is how Sumedh and I did some of the SVD tests.

-- 
Ryan Curtin    | "And they say there is no fate, but there is: it's
ryan at ratml.org | what you create." - Minister



More information about the mlpack mailing list