Highlight

Wide & Deep Learning for Recommender Systems

Introduces Wide & Deep learning, jointly training wide linear models and deep neural networks to combine memorization and generalization for recommenders.

Based on

Wide & Deep Learning for Recommender Systems

By Heng-Tze Cheng, L. Koc, Jeremiah Harmsen et al.DLRS@RecSys
Read original article →

This paper presents Wide & Deep learning for recommender systems, which jointly trains a wide linear model and a deep neural network. The wide component uses cross-product feature transformations to memorize feature interactions in an effective and interpretable way, though this typically demands substantial feature engineering. The deep component learns low-dimensional dense embeddings for sparse features, letting it generalize to previously unseen feature combinations with less feature engineering, but such models can over-generalize and recommend less relevant items when user-item interactions are sparse and high-rank. Combining both aims to capture the benefits of memorization and generalization together.

The authors productionized and evaluated the system on Google Play, a commercial mobile app store with over one billion active users and more than one million apps. In online experiments, Wide & Deep significantly increased app acquisitions compared with wide-only and deep-only models. They also open-sourced their implementation in TensorFlow, demonstrating that jointly training wide and deep components can combine memorization and generalization in a production recommender at scale.

Abstract

Wide cross-product features give effective, interpretable memorization but need heavy feature engineering, while deep networks with embeddings generalize to unseen feature combinations with less engineering, yet can over-generalize when interactions are sparse. Wide & Deep learning jointly trains a wide linear model and a deep network to combine memorization and generalization. Productionized on Google Play (1B+ active users), online experiments showed significantly more app acquisitions than wide-only and deep-only models; the code was open-sourced in TensorFlow.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

recommender systemswide and deep learningfeature embeddingsmemorization and generalizationTensorFlow
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

Wide & Deep Learning for Recommender Systems | Aramai