tensorflow / recommenders

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

Hope to add some deep learning ctr/cvr model #126

Open TzeSing opened 3 years ago

TzeSing commented 3 years ago

Such as Wide&Deep, DeepFM, Deep&Cross network, DIN, DIEN, xDeepFM, ONN, AutoInt etc.

TzeSing commented 3 years ago

And some multi-task training model like ESMM, MMoE...

maciejkula commented 3 years ago

Hey! We are actively working on some of the things you mention. Stay tuned for our next release.

TzeSing commented 3 years ago

Hey! We are actively working on some of the things you mention. Stay tuned for our next release.

Oh, that's very exciting! Full of expectation!

AlexandreAbraham commented 3 years ago

@maciejkula great to know! How do you plan to do this? I have started using DeepCTR models in TFRS and it works pretty well. Are you planning to recode them? Let me know if you need a hand!