tensorflow / recommenders

TensorFlow Recommenders is a library for building recommender system models using TensorFlow.
Apache License 2.0
1.85k stars 278 forks source link

lack of learning resources and examples for tf.recommenders #401

Open ramin40 opened 3 years ago

ramin40 commented 3 years ago

hi guys. I'm currently using TensorFlow recommender for building a product recommender system. but, the only recourses that I have found was TensorFlow official examples, but some aspect of these examples is ambiguous for me. for example, how could we stick the ranking model to the retrieval model and build an end-to-end recommender, or how can we create a deep multitask model or how can we make predictions with a multitask model. can anybody help me or introduce me to useful resources. thank you so much. best. Ramin.

Jobo-RS commented 2 years ago

I also encounter these problems now.Now I want to take out the code of the model part and save it as a class, but after doing so, an error will occur when calling the model