|
Hello all, I'm looking for a decent implementation of deep belief networks in Java. I've found jaRBM, but I think that it is just a RBM implementation and it seems not being updated anymore (Although I haven't fully checked it). I know there are stuffs written in python, but I need a Java implementation. |
|
If you have RBMs or stacked RBMs, it is trivial to get DBNs from that, as far as sampling from the DBN is concerned. If you want to fine-tune the model for something like supervised prediction or classification, you also need neural net code, but that already exist in Java. |
|
I know that the Mahout project is planning to add an implementation of stacked RBMs. Apparently the work has started in this gihub branch but I haven't tried it yet. hmm great news ogriel. i'm going to review the code and try it if it is usable or not.
(Aug 05 '10 at 09:10)
cglr
|