Java code for Restricted Boltzmann machines and Deep Learning

Since last few days I am reading and studying about Restricted Boltzmann machines and Deep Learning. Now to test the ability of Deep learning I am in search of Java code. I searched for long time on Google but could not get any satisfactory implementation.

As an example, I found following java library for Restricted Boltzmann Machines:

http://jarbm.sourceforge.net/

But I could neither get it's source code nor any detailed help about it's usage. They have java docs for this code but haven't explained about it's usage. No sample example is given.

There is a simple implementation I found in Python at:

https://github.com/echen/restricted-boltzmann-machines

Can anybody tell me where I can get similar implementation in java for both Boltzmann machines and Deep Learning? (Best if I get with source code. Otherwise at least java library with sample usage code or detailed help on it's usage.)

Thanks, Nitin


您是否尝试使用此页面中描述的cvs获取jarbm项目的源代码:http://sourceforge.net/p/jarbm/code/?source=navbar?

链接地址: http://www.djcxy.com/p/11766.html

上一篇: 如何添加编译器?

下一篇: 限制玻尔兹曼机器和深度学习的Java代码