About the DLRM Model (Machine Learning Model)

Deep Learning Recommendation Model (DLRM) is a neural network-based model designed for personalization and recommendation systems. It uniquely processes categorical data through embeddings and dense features using a multilayer perceptron (MLP), addressing the challenges of handling categorical features in recommendation tasks. DLRM includes a specialized parallelization scheme for optimizing memory usage and computational efficiency in large-scale deployments.

Overview

Training Data

Proprietary click-through rate data; public implementations use Criteo or synthetic datasets

Evaluation Benchmarks

Compare GPUs for AI/ML

Compare GPUs by price-per-performance metrics for machine learning workloads.
View GPU Rankings

Read the Paper

Read the original research paper describing the DLRM architecture and training methodology.
View Paper

References

Notes