RNN for recommender systems

A recurrent neural networks (RNN) is a special kind of neural network for modeling sequences, and it is quite successful in a number applications. One such application is sequence generation. In the article The Unreasonable Effectiveness of Recurrent Neural Networks, Andrej Karpathy writes about multiple examples where RNNs show very impressive results, including generation of Shakespeare, Wikipedia articles, XML, Latex, and even C code!

Since they have proven useful in a few applications already, the natural question to ask is whether we can apply RNNs to some other domains. What about recommender systems, for example? This is the question the authors of the recurrent neural networks Based Subreddit Recommender ...

Get TensorFlow Deep Learning Projects 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.