recommenders icon indicating copy to clipboard operation
recommenders copied to clipboard

TensorFlow Recommenders is a library for building recommender system models using TensorFlow.

Results 230 recommenders issues
Sort by recently updated
recently updated
newest added

Hi! Ive been reading the docs and I couldnt find any example for sequential recommendations, commonly used for session based recommenders. Is that use case covered by the functionalities in...

Hello people, is there a way to get a confidence score for the generated predictions? I am looking for a score like a probability or something to see how confident...

question

Suppose I run the worlds last DVD-rent-by-mail service and we've developed a basic recommend model by following your excellent [`Recommending movies: retrieval` ](https://www.tensorflow.org/recommenders/examples/basic_retrieval) guide. Everything is working great until we...

question

In my case, I use the [DCN example ](https://www.tensorflow.org/recommenders/examples/dcn) to build the rank model. I try to persist the model and reload the model to make predictions. My code is...

question

In this example: https://github.com/tensorflow/recommenders/blob/main/docs/examples/sequential_retrieval.ipynb Could you give an example of how to use BruteForce to retrieve recommendations for sequence data? when using [spotlight ](https://github.com/maciejkula/spotlight/tree/master/examples/movielens_sequence) by @maciejkula i can get sequence...

I have followed the tutorial to have the code below. I confused about the result from the code. The loss is decreasing. However, the val_loss is increasing from the beginning....

Replace "datase" with "dataset"

Question: does TFRS support item similarity i.e. recommending similar / related items? I mean item-to-item recommendations, as in, recommend items that are most similar to an item you specify when...

question

I have followed the tutorial to implement a model for my own dataset. However, I have no idea how good the performance it is. I am turning hyperparameter. What does...

question

Hi all, I'm testing the "Recommend Movies: Retrieval" tutorial with my own data. May I know how to add additional user features (such as gender, age, etc) to this model?...