Restricted Boltzmann machines for recommendation

Restricted Boltzmann machines are a class of neural networks that fall under unsupervised learning techniques. Restricted Boltzmann machines (RBMs), as they are popularly known, try to learn the hidden structure of the data by projecting the input data into a hidden layer.

The hidden layer activations are expected to encode the input signal and recreate it. Restricted Boltzmann machines generally work on binary data:

Figure 6.6: Restricted Boltzmann machines for binary data

Just to refresh our memory, the preceding diagram (Figure 6.6) is an RBM that has m inputs or visible units. This is projected ...

Get Intelligent Projects Using Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.