Recurrent Neural Networks for Collaborative Filtering

from blog Home on Erik Bernhardsson, | ↗ original
I’ve been spending quite some time lately playing around with RNN’s for collaborative filtering. RNN’s are models that predict a sequence of something. The beauty is that this something can be anything really – as long as you can design an output gate with a proper loss function, you can model essentially anything.