scispace - formally typeset
Open AccessProceedings ArticleDOI

Deep Neural Networks for YouTube Recommendations

Paul Covington, +2 more
- pp 191-198
Reads0
Chats0
TLDR
This paper details a deep candidate generation model and then describes a separate deep ranking model and provides practical lessons and insights derived from designing, iterating and maintaining a massive recommendation system with enormous user-facing impact.
Abstract
YouTube represents one of the largest scale and most sophisticated industrial recommendation systems in existence. In this paper, we describe the system at a high level and focus on the dramatic performance improvements brought by deep learning. The paper is split according to the classic two-stage information retrieval dichotomy: first, we detail a deep candidate generation model and then describe a separate deep ranking model. We also provide practical lessons and insights derived from designing, iterating and maintaining a massive recommendation system with enormous user-facing impact.

read more

Citations
More filters
Journal ArticleDOI

Research on BP Neural Network Recommendation Model Fusing User Reviews and Ratings

Abstract: Sparsity of rating data is a severe problem to be solved in modern recommendation researches. The fusion recommendation method is an effective solution for the problem. The method combines rating data and other types of user feedback data, such as reviews and image, to improve performance of the traditional recommendation algorithms. Some researchers have proposed fusion recommendation algorithms based on BP (Back Propagation) neural network and achieved better results. However, some existing fusion recommendation algorithms based on BP neural network still have some shortcomings. They rely on the assistance of the traditional recommendation algorithms. Moreover, the high complexity of the fusion processes of these algorithms possibly has negative impacts on the fusion effects. In this paper, we modify the fusion recommendation algorithm and propose the NNFR (neural networks fusion recommendation) model. This model improves the structure of BP neural network by specially designing the structure of network layers. User reviews and ratings can be processed in two separate sub-networks respectively and further fused in the fusion layer. The fusion features of user reviews and ratings are directly applied to perform recommendation, in order to avoid the assistance of the traditional recommendation algorithms and improve the fusing efficiency and quality. Experimental results indicate that the outstanding performance of NNFR model than comparative recommendation algorithms on rating predictions and top-k recommendations. Moreover, NNFR model can still produce high-quality recommendation results in the scenarios of sparse data.
Posted Content

Tripartite Vector Representations for Better Job Recommendation.

TL;DR: This paper utilizes three information graphs from historical job data to learn a joint representation for both job titles and skills in a shared latent space, which allows for significant improvement in terms of relevancy.
Proceedings ArticleDOI

Recommendation System with Reasoning Path Based on DQN and Knowledge Graph

TL;DR: In this paper, the authors used reinforcement learning to recommend items to target users and added explanations for recommended items to give a better user experience, and the explanation is realized by knowledge graph, which can decide the proper recommendation items and find the reasoning paths from target users to recommended items.
Proceedings ArticleDOI

Quantifying Long Range Dependence in Language and User Behavior to improve RNNs

TL;DR: This work proposes a principled estimation procedure of LRD in sequential datasets based on established LRD theory for real-valued time series and applies it to sequences of symbols with million-item-scale dictionaries and shows that measuring LRD better informs modeling decisions in particular for RNNs whose ability to capture LRD is still an active area of research.
Journal ArticleDOI

Dataset shift assessment measures in monitoring predictive models

TL;DR: The research proved that both indicators complement each other well, and when used together to assess the stability of the model’s variable distributions, they compensate each other's shortcomings.
References
More filters
Book ChapterDOI

I and J

Proceedings Article

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

TL;DR: Applied to a state-of-the-art image classification model, Batch Normalization achieves the same accuracy with 14 times fewer training steps, and beats the original model by a significant margin.
Proceedings Article

Distributed Representations of Words and Phrases and their Compositionality

TL;DR: This paper presents a simple method for finding phrases in text, and shows that learning good vector representations for millions of phrases is possible and describes a simple alternative to the hierarchical softmax called negative sampling.
Posted Content

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

TL;DR: Batch Normalization as mentioned in this paper normalizes layer inputs for each training mini-batch to reduce the internal covariate shift in deep neural networks, and achieves state-of-the-art performance on ImageNet.
Posted Content

Distributed Representations of Words and Phrases and their Compositionality

TL;DR: In this paper, the Skip-gram model is used to learn high-quality distributed vector representations that capture a large number of precise syntactic and semantic word relationships and improve both the quality of the vectors and the training speed.