tensorflow / recommenders

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

Project roadmap & Youtube TFRS series schedule #349

Open ebstan opened 3 years ago

ebstan commented 3 years ago

Hi, can i just find out if there is any plan to release the project roadmap for this project? Separately, just wondering how long or how many video episodes are there in the pipeline for the TFRS series on Youtube? Would love to learn what are the future topics that will be covered in the series. Thank you!

windmaple commented 3 years ago

Yes, we will work on new videos on TFRS. Specific timelines/topics are not decided yet.

If there are things that you would like to learn, please add them here and we will consider covering them for sure :)

SteWaite commented 3 years ago

Please can you do a bit more on item - item models. Thankyou :)

windmaple commented 3 years ago

We have already added a section on item2item recommendation in the doc: https://www.tensorflow.org/recommenders/examples/basic_retrieval#item-to-item_recommendation

It's easy to do if you have the right data ready.