Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Machine learning - Helmholtz Machine implementation [closed]

I am looking for a implementation of the Helmholtz Machine.

References:

  • http://www.gatsby.ucl.ac.uk/~dayan/papers/hm95.pdf
  • http://www.cs.toronto.edu/~hinton/absps/helmholtz.pdf

I am looking for open source or free implementations. I have preferences for Java implementations, but implementations in other languages (c, C++, c# or Python, mainly) will help me. In my search in the web i have found only abstrac descriptions of this approach, withou any concrete implementation. My hope is found any expert in the subject that have more information about.

like image 797
Zaratruta Avatar asked Apr 23 '26 17:04

Zaratruta


1 Answers

Deeplearning4j is an open-source implementation of various deep-learning machines that Hinton might classify as "Helmholtz." http://deeplearning4j.org/

like image 114
racknuf Avatar answered Apr 26 '26 09:04

racknuf