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
Posted Content

Disturbed YouTube for Kids: Characterizing and Detecting Disturbing Content on YouTube.

TL;DR: This work develops a classifier able to detect toddler-oriented inappropriate content on YouTube with 82.8% accuracy, and uses it to perform a first-of-its-kind, large-scale, quantitative characterization that reveals some of the risks of YouTube media consumption by young children.
Journal ArticleDOI

HealthWalks: Sensing Fine-grained Individual Health Condition via Mobility Data

TL;DR: Wang et al. as mentioned in this paper proposed an interpretable machine learning model that takes user location traces, the associated points of interest, and user social demographics as input, at the core of which a Deterministic Finite Automaton (DFA) model is proposed to auto-generate explainable features to capture useful signals.
Proceedings ArticleDOI

How YouTube Leads Privacy-Seeking Users Away from Reliable Information

TL;DR: It is confirmed that YouTube's recommendations generally "lead away" from reliable information sources, with a tendency to direct users over time toward video channels exposing extreme and unscientific viewpoints, and shown that there is a fundamental tension between user privacy and extreme recommendations.
Posted Content

Personalizing Similar Product Recommendations in Fashion E-commerce.

TL;DR: The experimental results on a large fashion e-commerce platform (Myntra) show that the key metrics can be improved by applying personalization on similar product recommendations.
Proceedings ArticleDOI

Debiasing Item-to-Item Recommendations With Small Annotated Datasets

TL;DR: This paper develops a principled approach for item-to-item recommendation based on causal inference and presents a practical and highly effective method for estimating the causal parameters from a small annotated dataset.
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.