You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIEN tf implement fcn inputlayer as follow:
inp = tf.concat([self.uid_batch_embedded, self.item_eb, self.item_his_eb_sum, self.item_eb * self.item_his_eb_sum, final_state2], 1)
self.build_fcn_net(inp, use_dice=True)
DIN has same impement, i have some problem, can you help me, thanks.
problem
1)want to know this design
2)what is auc lift for sum pooling and final_state2 seperately
3)can final_state2/attention-layer replace sum pooling
The text was updated successfully, but these errors were encountered:
hi, @mouna99 @zhougr1993
inp = tf.concat([self.uid_batch_embedded, self.item_eb, self.item_his_eb_sum, self.item_eb * self.item_his_eb_sum, final_state2], 1)
self.build_fcn_net(inp, use_dice=True)
DIN has same impement, i have some problem, can you help me, thanks.
1)want to know this design
2)what is auc lift for sum pooling and final_state2 seperately
3)can final_state2/attention-layer replace sum pooling
The text was updated successfully, but these errors were encountered: