Skip to content
New issue

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

对比损失函数 #3

Closed
malajikuai opened this issue Jun 7, 2022 · 1 comment
Closed

对比损失函数 #3

malajikuai opened this issue Jun 7, 2022 · 1 comment

Comments

@malajikuai
Copy link

W = NNs.defineRandomNameParam([args.latdim, args.latdim])
pckHyperULat = tf.nn.l2_normalize(tf.nn.embedding_lookup(hyperULats[i], uniqUids), axis=1) @ W
这里的W是一个参数矩阵,为什么计算损失的时候需要用到这个矩阵?这个矩阵是可学习的吗?

@akaxlh
Copy link
Owner

akaxlh commented Jun 7, 2022

Yes, W is a learnable parametric matrix. It is empirically used to eliminate the (potential) gap between the hypergraph embedding space and the GNN embedding space.

@akaxlh akaxlh closed this as completed Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants