Note · 2025-08-02 11:29
·
1 min read
A standard industrial DNN recommendation pipeline:
- Hash every feature into an ID.
- Map every ID to a vector with an embedding layer.
- Concatenate all vectors.
- Feed them into a DNN.
This pattern appeared early in Google’s Deep Neural Networks for YouTube Recommendations.