tensorflow / tensorflow/recommenders
Upselling recommendation with NDR for implicit feedback (millions users, few items)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
I am currently developing an upselling recommendation system.
Scenario:
- Millions of users
- Few dozen items
- Most users do not interact with any items
- No ratings, only known whether the user has interacted with the item (implicit feedback)
Approach:
- Implementing an NDR (Two-tower) architecture using user and item features
- Currently treating it as a retrieval problem, inputting only user-item interactions (positive feedback) to the model
I was wondering if this is the right approach or if it might make sense to transform it into a ranking problem (1 if the user interacts and 0 otherwise), with the caveat that the size of the database could explode because if I understand correctly, negative examples would have to be created manually.
What is the best way to proceed?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file, test, or entry point. Start by reviewing the TensorFlow Recommenders retrieval and ranking examples relevant to implicit feedback and two-tower models, then clarify whether the expected outcome is implementation or guidance. Define a concrete success criterion and get maintainer direction before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100