NVIDIA Deep Learning Examples
NVIDIA Deep Learning Examples
Wide&Deep TF2 checkpoint (Base, 128k, AMP, NVTabular, Multihot)
Model
NVIDIA Deep Learning Examples
NVIDIA Deep Learning Examples
Wide&Deep TF2 checkpoint (Base, 128k, AMP, NVTabular, Multihot)

Wide&Deep Base TensorFlow2 checkpoint trained with AMP on NVTabular preprocessed dataset with multihot embeddings

Model Overview

Wide & Deep Recommender model.

Model Architecture

Wide & Deep refers to a class of networks that use the output of two parts working in parallel - wide model and deep model - to make a binary prediction of CTR. The wide model is a linear model of features together with their transforms. The deep model is a series of five hidden MLP layers of 1,024 neurons. The model can handle both numerical continuous features as well as categorical features represented as dense embeddings. The architecture of the model is presented in Figure 1.


Figure 1. The architecture of the Wide & Deep model.

Training

This model was trained using script available on NGC and in GitHub repo.

Dataset

The following datasets were used to train this model:

  • Outbrain - Dataset containing a sample of users’ page views and clicks, as observed on multiple publisher sites in the United States between 14-June-2016 and 28-June-2016. Each viewed page or clicked recommendation is further accompanied by some semantic attributes of those documents.

Performance

Performance numbers for this model are available in NGC.

References

License

This model was trained using open-source software available in Deep Learning Examples repository.
For terms of use, please refer to the license of the script and the datasets the model was derived from.

Publisher
NVIDIA Deep Learning Examples
NVIDIA Deep Learning Examples
Latest Version22.03.0_amp
UpdatedApril 4, 2023 UTC
Compressed Size702.85 MB