| 1 | """This tutorial introduces restricted boltzmann machines (RBM) using Theano. |
| 2 | |
| 3 | Boltzmann Machines (BMs) are a particular form of energy-based model which |
| 4 | contain hidden variables. Restricted Boltzmann Machines further restrict BMs |
nothing calls this directly
no test coverage detected