recommenders icon indicating copy to clipboard operation
recommenders copied to clipboard

Prediction using cross layer in retrieval task

Open cory1219 opened this issue 4 years ago • 1 comments

Hello,

In the tutorial https://www.tensorflow.org/recommenders/examples/dcn, we create multitple embedding layers of multiple rich features in the DCN model. I am wondering how to predict in the retrieval task using cross layer if we have multiple rich features in the user model.

Thanks!

cory1219 avatar Jan 20 '22 10:01 cory1219

My understanding is that DCN is just a net work structures, in terms of the retrieval prediction, you could follow same as other tutorial states: index first and then feed the customer info into the index to do the look up..?

xiaoyaoyang avatar Feb 08 '22 00:02 xiaoyaoyang