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
Proceedings ArticleDOI

Transitive Transfer Learning

TL;DR: TTL is aimed at breaking the large domain distances and transfer knowledge even when the source and target domains share few factors directly, and a learning framework to mimic the human learning process is proposed.
Journal ArticleDOI

Product-Based Neural Networks for User Response Prediction over Multi-Field Categorical Data

TL;DR: Zhang et al. as discussed by the authors proposed Product-based Neural Network (PIN), which adopts a feature extractor to explore feature interactions and generalizes the kernel product to a net-in-net architecture.
Journal ArticleDOI

Recommendation system based on deep learning methods: a systematic review and new directions

TL;DR: This paper is the first SLR specifically on the deep learning based RS to summarize and analyze the existing studies based on the best quality research publications and indicated that autoencoder models are the most widely exploited deep learning architectures for RS followed by the Convolutional Neural Networks and the Recurrent Neural Networks.
Proceedings ArticleDOI

Multi-Interest Network with Dynamic Routing for Recommendation at Tmall

TL;DR: In this article, a multi-interest extractor layer based on the recently proposed dynamic routing mechanism is proposed for modeling and extracting diverse interests from user's behaviors, and a technique named label-aware attention is proposed to help the learning process of user representations.
Proceedings ArticleDOI

Relational Collaborative Filtering: Modeling Multiple Item Relations for Recommendation

TL;DR: Wang et al. as discussed by the authors proposed Relational Collaborative Filtering (RCF) to exploit multiple item relations in recommender systems, and developed a two-level hierarchical attention mechanism to model user preference, where the first level attention discriminates which types of relations are more important and the second level attention considers specific relation values to estimate the contribution of a historical item.
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.