How to implement SimRank in pytorch geometric #5043
OswaldoBornemann
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you specify your question and how you want to use PyG for SimRank computation? PyG is a library for simplifying the construction of Graph Neural Networks - it is not a general purpose library for graph algorithms. You could have a look at https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.similarity.simrank_similarity.html instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to implement SimRank in pytorch geometric ?
Beta Was this translation helpful? Give feedback.
All reactions