Open drtinumohan opened 2 years ago
Its not very common to require the probabilities, but if you do, you need to compute the scores for all candidates, which will only work in the brute force retrieval.
If all you care about is the ratio of probabilities, then you can compute this on a subset of your scores.
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?