tensorflow / tensorflow/recommenders

TFRS Retrieval Model with softmax for converting score of each items into probabilities

Open
#522 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2k
Forks
300
PR merge metrics
No merged PRs in 30d

Description

We are using TFRS as the recommendation solution for our usecase. Instead of returning the score associated with each item we passed the scores into the softmax and returning probability score of each item. Is there any another way to figure out the relative probability of items?
TFRS_with_softmax

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the TFRS retrieval-model question and the linked TFRS_with_softmax image to identify the scoring behavior being requested. Check the retrieval-model documentation and relevant examples for supported probability or relative-score outputs; the issue is complete only when the supported approach and its limitations are documented.

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
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.