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
对一个节点嵌入其相邻节点的信息,我们会想到遍历其所有的边,得到相邻节点,然后将相邻节点与该节点依次聚合起来。但是这种方法是否可以进行反向传播呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对一个节点嵌入其相邻节点的信息,我们会想到遍历其所有的边,得到相邻节点,然后将相邻节点与该节点依次聚合起来。但是这种方法是否可以进行反向传播呢?
The text was updated successfully, but these errors were encountered: