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

A Study of Recent Recommender System Techniques

TL;DR: This work is a comprehensive survey of the current status of different recommendation approaches, their limitations and extension which when applied may eradicate the incessant information overload problem of web entirely.
Posted Content

DeepOPF: Deep Neural Network for DC Optimal Power Flow

TL;DR: DeepOPF as mentioned in this paper is a Deep Neural Network (DNN) approach for solving direct current optimal power flow (DC-OPF) problems, which is inspired by the observation that solving DC-OPFs for a given power network is equivalent to characterizing a high-dimensional mapping between the load inputs and the dispatch and transmission decisions.
Proceedings ArticleDOI

Deep Learning for Matching in Search and Recommendation

TL;DR: This tutorial aims to give a comprehensive survey on recent progress in deep learning for matching in search and recommendation, and explains how deep learning can be effectively used to solve the matching problems in both tasks.
Journal ArticleDOI

Recommendation system for technology convergence opportunities based on self-supervised representation learning

TL;DR: It is shown how a deep neural network can be designed to learn meaningful representations from high-dimensional and heterogeneous categorical features in patent data using self-supervised learning.
Proceedings ArticleDOI

Field-aware probabilistic embedding neural network for CTR prediction

TL;DR: A Field-aware Probabilistic Embedding Neural Network model with both good generalization ability and high accuracy is proposed, which alleviates the overfitting problem while having a higher accuracy.
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.