recommenders icon indicating copy to clipboard operation
recommenders copied to clipboard

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

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

Hello, I'm wondering what the current status of TFRS is. I see the repo is still somewhat active, but there hasn't been a release since 0.6.0 almost a year ago....

In much of the literature / guides outside of this project AUC seems to be a popular metric for recommender systems. TF and Keras specifically has an implementation [here](https://www.tensorflow.org/api_docs/python/tf/keras/metrics/AUC). However...

I added new features to the user model according to the method in the tutorial, but there are errors when using the same method to add new features to the...

I tried `tf.keras.utils.plot_model` But it seems not to work.. only print the model name, is it because we did not use Functional API here? Also for saving the model, `model.save()`...

question

Hello! I am trying to build a recommendation system using tfrs. I managed to build a retrieval model using the [Retrieval with Sequential Model](https://www.tensorflow.org/recommenders/examples/sequential_retrieval) tutorial, but I don't know where...

I get the below in my TFRS prototype where I build a model with user ID's and item ID's, no other features. Does this error indicate a mismatch of batch...

Hi! Let me clarify this a little bit... In a scenario with more than 500 different stores, would it be possible to index the model to act as if there...

question

I use TFRS in an e-commerce retail setting with a lot of purchase history data as well as click-stream data, using a multitask recommender model. I have created a model...

question

Thanks for the developers and for the community for the library and the excellent questions and answers. [According to this source, ](https://developers.googleblog.com/2017/11/introducing-tensorflow-feature-columns.html?fbclid=IwAR23SR4lbfmyllJ2c6VWT77kclmhBirYwlExCYw93NYqnac0VR5ia_Cu8AE) it is usually a good rule of thumb...

I am currently working on integrating a [tfrs](https://www.tensorflow.org/recommenders) model into an existing [TFX](https://www.tensorflow.org/tfx) pipeline to provide on-service recommendations. I am quite new to both [TFX](url) and tfrs and am not...