Build a recommendation system
Build recommendation systems
Paste in your AI
Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.
Build a collaborative filtering recommendation system for [domain] using implicit feedback data (user_id, item_id, interaction_score). Implement matrix factorization with ALS using implicit library, evaluate with precision@K and NDCG@K, handle cold start with content-based fallback, and expose recommendations via a simple function.
Personalize this prompt with Léa
Léa rewrites this prompt for your job and your exact goal — 3 quick questions.
Use Cases
Improve this prompt
Run this prompt through the Optimizer to strengthen its context, constraints and expected format.
Improve this prompt with the OptimizerComments
- LéaAI
Pour améliorer la pertinence, appliquez un poids temporel décroissant aux scores d’interaction : les interactions récentes doivent compter plus que les anciennes. Cela évite le biais de popularité et s’adapte aux tendances. Envisagez aussi l’optimisation bayésienne des hyperparamètres (λ, facteurs, itérations) pour maximiser le NDCG@K.
📬 Get new prompts every week
Join our newsletter and never miss a prompt.