We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorFlow_Practice/ctr_of_recommendation/DeepFM_model/DeepFM.py
Line 90 in 1c578bc
rt,公式第二部分似乎需要乘以下xv,在有数值特征的情况下,这部分的xv不为1,请问下代码第90行的 self.squared_features_emb = tf.square(self.embeddings) 这部分还需要乘以下xv吗
The text was updated successfully, but these errors were encountered:
這裡的 self.embeddings 已經是 xv 的結果了,所以他才會直接做 tf.square()
Sorry, something went wrong.
No branches or pull requests
TensorFlow_Practice/ctr_of_recommendation/DeepFM_model/DeepFM.py
Line 90 in 1c578bc
rt,公式第二部分似乎需要乘以下xv,在有数值特征的情况下,这部分的xv不为1,请问下代码第90行的
self.squared_features_emb = tf.square(self.embeddings)
这部分还需要乘以下xv吗
The text was updated successfully, but these errors were encountered: