Restricted Boltzmann machine and deep learning java code
Since the last few days, I am reading and studying restricted Boltzmann machine and deep learning Now let's test the ability of deep learning. I'm looking for Java code
As an example, I found the following Java libraries for restricted Boltzmann machines:
http://jarbm.sourceforge.net/
But I can neither get its source code nor any detailed help about its use They have a Java document for this code, but they don't explain its usage No examples are given
I found a simple implementation in Python:
https://github.com/echen/restricted-boltzmann-machines
Can anyone tell me where I can get similar implementations for Boltzmann machines and deep learning? (if I get the source code, it's best. Otherwise, at least include the Java library of the sample use code or detailed help about it.)
Thank you, Nitin
Solution
Do you want to use CVS described on this page to get the source code of the jarbm project http://sourceforge.net/p/jarbm/code/?source=navbar ?