10 notes · co-occurs with 4 tags · last updated May 18, 2026

Notes tagged #recsys
01
Deep & Cross Network
Deep & Cross Network (DCN) is a neural network architecture developed by Google that combines a cross network with a deep network to efficiently learn explicit and implicit feature interactions.
May 18, 2026
Deep Learning
02
Deep Learning Recommendation Model
Deep Learning Recommendation Model is a neural network architecture developed by Facebook to handle large-scale recommendation tasks efficiently.
May 18, 2026
Deep Learning
03
Negative sampling
Negative sampling trains a model by contrasting each observed positive with a small set of sampled alternatives instead of every item in the catalog.
May 18, 2026
Deep Learning
04
Neural Collaborative Filtering
Neural Collaborative Filtering (NCF) is a deep learning approach to collaborative filtering for recommendation systems that aims to learn the complex user-item interaction function using neural networks.
May 18, 2026
Deep Learning
05
Two-tower
Two-tower architecture is a neural network approach used in recommendation systems for candidate generation and retrieval.
May 18, 2026
Deep Learning
06
Wide & Deep Learning
Wide & Deep Learning is a joint model architecture developed by Google for recommendation systems and search ranking.
May 18, 2026
Deep Learning
07
logQ correction
LogQ correction is a bias correction technique used in recommendation systems to account for non-uniform sampling during training.
May 18, 2026
Deep Learning
08
Cold start
Cold start is the problem of producing useful recommendations when a user, item, or market has little or no reliable interaction history.
May 18, 2026
General ML
09
Recommendation system metrics
Recommendation system metrics are quantitative measures used to evaluate the performance and effectiveness of recommendation algorithms.
May 18, 2026
Metrics and losses
10
Recommendation system
This note covers how recommendation systems are designed, built, evaluated, deployed, and debugged in production.
May 18, 2026
Use_cases