Word2vec模型使用噪声对比估计损失来训练模型。
为什么它在真样本logit计算中使用tf.mul,而在负计算中使用tf.matmul?
tf.mul
tf.matmul
请参阅source code。
https://stackoverflow.com/questions/38167931
相似问题