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

Context-Aware Explainable Recommendation Based on Domain Knowledge Graph

TL;DR: This work focuses on the restaurant domain as an application domain and uses the Yelp dataset to evaluate the proposed recommender system, which demonstrates to be simple, yet efficient, at providing explainable recommendations on user’s queries, while leveraging user-item contextual information.
Proceedings ArticleDOI

Distributed Recommendation Inference on FPGA Clusters

TL;DR: In this article, the authors design and implement an FPGA cluster optimizing the performance of both the memory-bound embedding layer and the computation-bound fully-connected layers to implement recommendation inference efficiently.
Book ChapterDOI

DINRec: Deep Interest Network Based API Recommendation Approach for Mashup Creation

TL;DR: A Deep Interest Network based API Recommendation approach (DINRec) for Mashup development is proposed in this paper and a Doc2simu model is used to help training industrial deep networks with relatively small amounts of dataset.
Journal ArticleDOI

Mutual information-based recommender system using autoencoder

TL;DR: This paper addresses both the reliability and the online updating problems based on a novel user-similarity based method that has a significant advantage over the other methods, such as the standard autoencoder, the matrix factorization, and the similarity-based methods.
Journal ArticleDOI

Near-Memory Processing in Action: Accelerating Personalized Recommendation With AxDIMM

- 01 Jan 2022 - 
TL;DR: In this paper , a scalable, practical DIMM-based NMP solution was developed for accelerating the inference serving of personalized recommendation system using FPGA-enabled NMP platform called AxDIMM.
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.