Open arunbhaskarw10 opened 3 years ago
How do you suggest we predict complementary product recommendations: item_i.dot(item_j); if we have to use bias should we use item_i = [item_bias, item_i] or item_i as it is?
I don't quite get your question. Could you please rephrase your question, or illustrate it with an example?
Description
How do you suggest we predict complementary product recommendations: item_i.dot(item_j); if we have to use bias should we use item_i = [item_bias, item_i] or item_i as it is?
Other Comments