recommender-system-tutorial icon indicating copy to clipboard operation
recommender-system-tutorial copied to clipboard

A step-by-step tutorial on developing a practical recommendation system (retrieval and ranking) using TensorFlow Recommenders and Keras.

Results 5 recommender-system-tutorial issues
Sort by recently updated
recently updated
newest added

I tried running this in Google Colab but it had an AttributeError. ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 3 # We will describe ScaNN in...

i have this issue: InvalidArgumentError: Shapes of all inputs must match: values[0].shape = [100,32] != values[16].shape = [82,32] [Op:Pack] name: packed at "Making predictions" section Can anyone solve this?

Hi, can you please update the codes?

Hello, there is seemingly no use of retrieval's output when doing the ranking task. So, I'm wondering in your code, if I would like to use retrieval output when doing...